티스토리 뷰
- remote branch : origin
- new branch name : temp
- push : git push origin temp
- delete : git push origin :temp
- spec : git push [remote name] [local branch name]:[remote branch name]
- 콜론 왼쪽을 비워놓으면, 빈 브랜치를 push 하겠다는 의미(삭제)
'공부 > project version management' 카테고리의 다른 글
git Tracking branch (0) | 2015.04.16 |
---|---|
[git] remote 설정 (0) | 2015.04.15 |
[git] commit & merge & push process (0) | 2015.04.15 |
git remote disconnect and connect (0) | 2015.04.08 |
[링크] Git 브랜치 배우기 (0) | 2014.02.20 |
댓글