Browse Source

Set vimdiff as git merge tool

Emmanuel Bouthenot 13 years ago
parent
commit
692d05e436
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitconfig

+ 3 - 1
.gitconfig

@@ -25,9 +25,11 @@
 	changed = bold red
 	untracked = bold yellow
 
+[merge]
+	tool = vimdiff
+
 # git.debian.org specifics
 [url "git://anonscm.debian.org"]
 	insteadOf = "git://git.debian.org"
 [url "ssh://git.debian.org"]
 	pushInsteadOf = "git://git.debian.org"
-