Skip to content

Instantly share code, notes, and snippets.

@caveman-dick
Created January 17, 2019 13:30
Show Gist options
  • Save caveman-dick/a72257cd2298adf244acea94d4d10904 to your computer and use it in GitHub Desktop.
Save caveman-dick/a72257cd2298adf244acea94d4d10904 to your computer and use it in GitHub Desktop.
Git p4merge settings
[merge]
tool = p4merge
[mergetool "p4merge"]
cmd = p4merge.exe -nb Base -nl Theirs -nr Yours -nm Merged \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment