Skip to content

Instantly share code, notes, and snippets.

@Klerith
Klerith / .gitconfig
Last active May 31, 2017 22:33 — forked from orj/.gitconfig
GIT: Using p4merge as Git mergetool on Mac OS X.
[merge]
keepBackup = false
tool = custom
[mergetool "custom"]
cmd = /Applications/p4merge.app/Contents/Resources/launchp4merge "$PWD/$BASE" "$PWD/$REMOTE" "$PWD/$LOCAL" "$PWD/$MERGED"
keepTemporaries = false
trustExitCode = false
keepBackup = false