Git

[GitHub] load feature branch

SangRok Jung 2023. 1. 3. 22:47
반응형

load feature branch


 

 

git remote update

모든 원격 브랜치를 업데이트 하여 최신 상태로 갱신한다.

로컬에 변동사항을 병합하지 않는다.

git remote update

 

 

 

git checkout -t branch

reomte repository의 branch를 local branch에 영구적으로 가져온다.

git checkout -t branch
반응형