Skip to content

Instantly share code, notes, and snippets.

@failpunk
Forked from orj/.gitconfig
Created March 11, 2014 22:00
Show Gist options
  • Save failpunk/9496044 to your computer and use it in GitHub Desktop.
Save failpunk/9496044 to your computer and use it in GitHub Desktop.
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment