Skip to content

Instantly share code, notes, and snippets.

@pavelburov
Created April 30, 2019 10:05
Show Gist options
  • Save pavelburov/9a9125dff761fe3910d78ad678e84328 to your computer and use it in GitHub Desktop.
Save pavelburov/9a9125dff761fe3910d78ad678e84328 to your computer and use it in GitHub Desktop.
Configuring KDiff3 as mergetool for git
[merge]
tool = kdiff3
[mergetool "kdiff3"]
cmd = kdiff3.exe $BASE $LOCAL $REMOTE -o $MERGED --L2 'Local' --L3 'Remote'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment