$ git remote update
$ git branch -r : -r옵션으로 원격 저장소의 branch list를 볼 수 있습니다.
$ git branch -r
$ git checkout -t (원격저장소 이름)/(브랜치 이름)