git branch를 사용하면 브랜치 리스트가 뜬다.
git branch
git remote update
git branch -r
git checkout -t {branch_name}