Browse Source

Add windiff as a difftool.

Evan Green 8 years ago
parent
commit
61218d1d2d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .gitconfig

+ 7 - 0
.gitconfig

@@ -29,3 +29,10 @@
 
 [rebase]
 	stat = true
+
+##
+## Set up windiff as a guitool. To activate this, set diff.guitool to windiff.
+##
+
+[difftool "windiff"]
+	cmd = windiff $LOCAL $REMOTE