2015년 8월 8일 토요일

[ GIT ] Rebase

>>git checkout develop //베이스 branch로 이동
>>git pull origin develop //최신으로 Pull
>>git rebase develop aaaaa  //aaaaadevelop에서 파생된 branch


Rebase Conflict
에러메세지의 conflict파일을 찾는다
원본 파일과 바꾼파일을 머지 한다 (다른 PC에서 다운로드 받은담에 수동머지)
git status 를 보면 both modified로 나온다
머지한 파일을 덮어 쓴다.
>>git add (수정 파일path)

>>git rebase --continue

댓글 없음:

댓글 쓰기