<aside> <img src="/icons/sign-in_lightgray.svg" alt="/icons/sign-in_lightgray.svg" width="40px" />
설명

구조
2 way merge(here + there)
⇒ conflict → 직접 수정
3 way merge(here + base + there)
⇒ base와 동일한 값이 아닌 값으로 병합
⇒ 모두 다른 값인 경우 직접 수정
</aside>
<aside> <img src="/icons/sign-in_lightgray.svg" alt="/icons/sign-in_lightgray.svg" width="40px" />
p4merge
방법
git에 p4merge config
git config --global mergetool.p4mergetool.cmd \\
"/Applications/p4merge.app/Contents/Resources/launchp4merge \\$PWD/\\$BASE \\$PWD/\\$REMOTE \\$PWD/\\$LOCAL \\$PWD/\\$MERGED"
$ git config --global mergetool.p4mergetool.trustExitCode false
$ git config --global mergetool.keepBackup false