Skip to content

Instantly share code, notes, and snippets.

@stormoz
Created January 18, 2016 02:15
Embed
What would you like to do?
configure kdiff tree
#from http://stackoverflow.com/questions/6412516/configuring-diff-tool-with-gitconfig
[difftool "kdiff3"]
path = C:/Progra~1/KDiff3/kdiff3.exe
trustExitCode = false
[difftool]
prompt = false
[diff]
tool = kdiff3
[mergetool "kdiff3"]
path = C:/Progra~1/KDiff3/kdiff3.exe
trustExitCode = false
[mergetool]
keepBackup = false
[merge]
tool = kdiff3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment