2012년 2월 7일 화요일

Git work flow

git branch newBranch


git checkout newBranch




git rebase -i newBranch~합칠갯수


commit 메세지에서 첫번째 pick 이후로는 squash로 변경


다시 뜨는 commit 메세지 창에서 합쳐질 메세지 입력



git checkout master


git merge newBranch


git branch -d newBranch

댓글 없음:

댓글 쓰기