공부/project version management

git remote branch control

doublemetal 2015. 6. 26. 16:18

- 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 하겠다는 의미(삭제)


저작자표시 비영리 변경금지 (새창열림)