git branch -r
git branch -a
// 모든 브랜치 삭제
git branch | grep -v '^*' | xargs git branch -d
git merge []
git push
git pull
git push
git branch test
git checkout test
git push --set-upstream origin test
git push -u origin test
⇒ 저장소(깃협 사이트)가서 Pull Requests
로 master에 합치자
git remote add []
git add .
git branch test