git 썸네일형 리스트형 git branch 생성, 삭제 branch 조회 $ git branch -r : remote 브랜치 조회 $ git branch -a : local + remote 브랜치 조회 branch 생성 - local to remote feature-01 branch 생성 $ git checkout -b feature-01 remote branch에 생성한 branch push $ git push origin feature-01 local과 remote branch 연동 $ git branch --set-upstream-to origin/feature-01 branch 생성 - remote to local $ git checkout -t origin/브랜치명 branc.. 더보기 이전 1 다음