-
-
Save alincc/e5f3bae176b37c963cd440f7c718fe3e to your computer and use it in GitHub Desktop.
set up kdiff3 with git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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