I\'ve found this post that explains how you can have Visual Studio 2013 use the built-in diff tool when comparing files in Git, but I\'m having the opposite problem. Right now w
Visual Studio uses the diff.tool configuration setting, not the diff.guitool configuration setting.
diff.tool
diff.guitool
Try:
[diff] tool = TortoiseMerge