Skip to content

Instantly share code, notes, and snippets.

@afranken
Forked from orj/.gitconfig
Created June 9, 2011 08:00
Show Gist options
  • Save afranken/1016287 to your computer and use it in GitHub Desktop.
Save afranken/1016287 to your computer and use it in GitHub Desktop.
Using p4merge as Git mergetool on Mac OS X. Do not use TABs for indentation.
[merge]
keepBackup = false
tool = custom
[mergetool "custom"]
cmd = /Applications/development/p4merge.app/Contents/Resources/launchp4merge "$PWD/$REMOTE" "$PWD/$BASE" "$PWD/$LOCAL" "$PWD/$MERGED"
keepTemporaries = false
trustExitCode = false
keepBackup = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment