Skip to content

Instantly share code, notes, and snippets.

@AndrewSoltes
Created November 18, 2012 17:16
Show Gist options
  • Select an option

  • Save AndrewSoltes/4106317 to your computer and use it in GitHub Desktop.

Select an option

Save AndrewSoltes/4106317 to your computer and use it in GitHub Desktop.
set up kdiff3 with git
git config --global merge.tool kdiff3
git config --global mergetool.keepBackup false
#on windows
git config --global mergetool.kdiff3.path 'G:\win\KDiff3\kdiff3.exe'
#remove backups option in kdiff3 settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment