git branch 기초 사용법
zerocho.com/category/Git/post/582342a73fbde700178771f5
원격 저장소에 있는 branch를 로컬 저장소로 가져와야하는 경우
pull을 이용하는 것이 아닌 $ git checkout -t [원격 저장소의 branch 이름] 를 사용해야 한다.
https://cjh5414.github.io/get-git-remote-branch/