[git] conflict 가 발생하였을 때 해결 방법
1. 가장 최신의 git 을 새로 받는다. 2. 수정된 내용의 cherry-pick 을 가지고 온다. 그러면 아래와 같이 error 가 발생할 것이다. $ git fetch [ cherry-pick ]remote: Counting objects: 9, doneremote: Finding sources: 100% (5/5)remote: Total 5 (delta 3), reused 5 (delta 3)Unpacking objects: 100% (5/5), done.From ssh://--- * branch refs/changes/64/29964/3 -> FETCH_HEADerror: could not apply a2e8212... hint: after resolving the conflicts, mark ..
Handy/[etc]
2014. 7. 14. 21:11