Skip to content

Instantly share code, notes, and snippets.

@LoganBarnett
Created August 24, 2011 15:48
Show Gist options
  • Save LoganBarnett/1168351 to your computer and use it in GitHub Desktop.
Save LoganBarnett/1168351 to your computer and use it in GitHub Desktop.
git w/ diffmerge
[user]
name = Logan Barnett
email = [email protected]
[color]
status = auto
branch = auto
diff = auto
[mergetool "diffmerge"]
cmd = /Applications/DiffMerge.app/Contents/MacOS/DiffMerge \
--nosplash \
--result="$PWD/$MERGED" \
"$PWD/$REMOTE" \
"$PWD/$BASE" \
"$PWD/$LOCAL"
keepBackup = false
trustExitCode = false
[merge]
tool = diffmerge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment