We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git remote update
git branch -r
또는
git branch -a (로컬과 리모트의 모든 브랜치)
git checkout -t <브랜치 이름>
예시
git checkout -t origin/localization
git branch