원격 브랙치에 접근하기 위해서는 git remote 를 갱신해줘야한다.
$ git remote update
$ git branch -r
$ git branch -a
$ git checkout -n [생성할 브런치 이름][원격 저장소 브런치 이름]