Explorar el Código

Set vimdiff as git merge tool

Emmanuel Bouthenot hace 13 años
padre
commit
692d05e436
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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"
-