진스
git에서 새 다른사람이 만든 브런치로 전환할때 본문
728x90
1. git remote update
업데이트 해주고
2.git branch -r
로 브랜치 조회를 해주면
origin/HEAD -> origin/develop
origin/develop
origin/feature/001
origin/feature/002
origin/feature/003
origin/feature/004
origin/feature/005
origin/feature/pull-request-spoint
origin/master
origin/master-spoint
이런식으로 리스트들이 나옴 그러면
3.git checkout -t origin/feature/001
로 전환해주면 끝
728x90
'git' 카테고리의 다른 글
git 계정 및 암호 변경 (0) | 2022.02.24 |
---|---|
[rejected] master -> master (non-fast-forward) error: failed to push some refs to ' ' 에러 (0) | 2021.04.08 |
GITHub (깃허브)사용법 (0) | 2021.02.14 |
Comments