More generic code.
[~madcoder/dotfiles.git] / gitconfig
index e8d3d4e..f19f617 100644 (file)
--- a/gitconfig
+++ b/gitconfig
     untrack=rm --cached
 
 [core]
-        #editor=gvim -f
+    #editor=gvim -f
     editor=vim
     excludesfile=/home/madcoder/.git-excludes
     preloadindex=true
 
+[push]
+    default = tracking
+
 [user]
     name  = Pierre Habouzit
     email = madcoder@debian.org
@@ -41,7 +44,6 @@
     frag = yellow
     old = magenta
     new = bold cyan
-;      message = bold
 
 [color "status"]
     header = bold blue
@@ -56,3 +58,5 @@
     threads = 0
 [status]
     submodulesummary = 1
+[push]
+    default = tracking