Explorar el Código

Add merge summary and colors to gitconfig

Andrew Swistak hace 11 años
padre
commit
eba57aa075
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      gitconfig

+ 10 - 0
gitconfig

@@ -6,6 +6,9 @@
 [merge]
   tool = vimdiff
   conflictstyle = diff3
+  summary = true
+[interactive]
+  singlekey = true
 [mergetool]
   prompt = false
 [core]
@@ -24,3 +27,10 @@
   ch = checkout
 [diff]
   tool = vimdiff
+[color]
+  ui = auto
+  diff = auto
+  status = auto
+  branch = auto
+  interactive = auto
+  grep = auto