git remote updategit branch -r 원격 저장소 branch 참고하기
git checkout [원격 저장소의 branch 이름]
이 기능은 소스를 보고 변경해볼 수 있지만, 변경사항을 commit하거나 Push 할 수 없다.
만약 다른 branch로 checkout한다면 이 branch는 사라진다.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
git branch -t [원격 저장소의 branch 이름]