른록노트

[Git] git 특정 branch pull 하는 방법 본문

Programming/[Git]

[Git] git 특정 branch pull 하는 방법

른록 2020. 9. 9. 18:17

@ 방법

git pull [기존브랜치] [특정브랜치]

 

@ 기타

git branch -v (현재 사용중인 브랜치 확인)

git checkout [브랜치명] (브랜치 변경)

 

@ 참고사이트

git-scm.com/docs (Git Ref 사이트)

potensj.tistory.com/90

 

반응형
Comments