머지할때 한쪽 소스로 덮어쓰는 법
git merge -Xours targetBranch 현재 브랜치 기준으로 덮어씀 ( ours 우리 소스를 쓸게! use our sources)
git merge -Xtheirs targetBranch 타겟 브랜치 기준으로 덮어씀 ( theirs 걔네 소스를 쓸게! use thier sources)
참고 : git-scm.com/book/ko/v2/Git-%EB%8F%84%EA%B5%AC-%EA%B3%A0%EA%B8%89-Merge
'Git' 카테고리의 다른 글
Github 사용시 The authenticity of host can't be established. 에러 해결.. (0) | 2016.12.27 |
---|