X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=gitconfig;h=f19f617758c50381e7b335d1fb2915f7ca47ce44;hp=e8d3d4e682706a7dfb12e3f9360f3449bcef3d15;hb=67dce9601ce243c9121422a300d88ba78389b78e;hpb=57d57d0d31928a5e2085f41575252f4632f24e88 diff --git a/gitconfig b/gitconfig index e8d3d4e..f19f617 100644 --- a/gitconfig +++ b/gitconfig @@ -19,11 +19,14 @@ 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