From 2f409fbfdafa8376e9b2a8862a55a8c93a21d269 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 1 Jun 2009 14:59:53 +0200 Subject: [PATCH] add push.default = tracking Signed-off-by: Pierre Habouzit --- gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index e8d3d4e..9ab6411 100644 --- a/gitconfig +++ b/gitconfig @@ -19,7 +19,7 @@ untrack=rm --cached [core] - #editor=gvim -f + #editor=gvim -f editor=vim excludesfile=/home/madcoder/.git-excludes preloadindex=true @@ -41,7 +41,6 @@ frag = yellow old = magenta new = bold cyan -; message = bold [color "status"] header = bold blue @@ -56,3 +55,5 @@ threads = 0 [status] submodulesummary = 1 +[push] + default = tracking -- 2.20.1