Skip to content

Instantly share code, notes, and snippets.

View nischithbm's full-sized avatar

Nischith B.M. nischithbm

View GitHub Profile
@nischithbm
nischithbm / .gitconfig
Created February 6, 2016 04:17 — forked from samsalisbury/.gitconfig
Git diff and merge with p4merge (OSX)
[merge]
keepBackup = false
tool = p4merge
[mergetool "p4merge"]
cmd = /Applications/p4merge.app/Contents/Resources/launchp4merge "\"$PWD/$BASE\"" "\"$PWD/$REMOTE\"" "\"$PWD/$LOCAL\"" "\"$PWD/$MERGED\""
keepTemporaries = false
trustExitCode = false
keepBackup = false
[diff]
tool = p4merge