From: Colin Patrick Mccabe Date: Thu, 29 Mar 2012 18:18:33 +0000 (-0700) Subject: .gitconfig: only push current branches by default X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0650fb6a8bb2755db032998b22f9482af920c0f;p=cmccabe-etc .gitconfig: only push current branches by default Signed-off-by: Colin McCabe --- diff --git a/.gitconfig b/.gitconfig index 4a51006..ad7aa8f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -21,4 +21,4 @@ port = 993 sslverify = false [push] - default = matching + default = current