Github
[Github] 다른 컴퓨터에서 생성한 branch 가져오기
yongee97
2023. 4. 24. 10:41
git branch -r
git checkout -t origin/[branch_name]
* Reference
https://cjh5414.github.io/get-git-remote-branch/
Git remote branch 가져오기
Jihun's Development Blog
cjh5414.github.io
https://batory.tistory.com/480
Remote Branch 가져오기 (master 제외)
개인 공부 목적으로 작성한 글입니다. 아래 출처를 참고하여 작성하였습니다. 목차 Intro git remote update 원격 저장소 branch 확인 원격 저장소의 branch 가져오기 1. Intro (이미 원격 브랜치를 clone해온
batory.tistory.com