Skip to content

Instantly share code, notes, and snippets.

@Stephanvs
Created August 5, 2013 11:07
Show Gist options
  • Save Stephanvs/6155132 to your computer and use it in GitHub Desktop.
Save Stephanvs/6155132 to your computer and use it in GitHub Desktop.
p4merge on Windows
[merge]
keepBackup = false;
tool = p4merge
[mergetool "p4merge"]
cmd = p4merge "$BASE" "$LOCAL" "$REMOTE" "$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