Skip to content

How To Change The Default Diff Tool For Git

Daniel Schroeder edited this page Jul 24, 2016 · 1 revision

For changes made in Git, Diff All Files will obey the rules specified in your .gitconfig files, just as the Git command line would.

For more information, search the internet for something like "git change diff tool" and you should find links like this one to help you out. There's also the official Git documentation for reference as well.

Clone this wiki locally