Skip to content

Instantly share code, notes, and snippets.

@bcdady
Created October 14, 2015 05:03
Show Gist options
  • Save bcdady/25065e63e1564ca06b42 to your computer and use it in GitHub Desktop.
Save bcdady/25065e63e1564ca06b42 to your computer and use it in GitHub Desktop.
Set kdiff3 (from TortoiseHG) as Git mergetool
[mergetool "kdiff3"]
cmd = \"c:\program files/TortoiseHg/kdiff3.exe\" '-auto' \"$BASE\" \"$LOCAL\" \"$REMOTE\" '-o' \"$MERGED\"
trustExitCode = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment