From b0650fb6a8bb2755db032998b22f9482af920c0f Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Thu, 29 Mar 2012 11:18:33 -0700 Subject: [PATCH] .gitconfig: only push current branches by default Signed-off-by: Colin McCabe --- .gitconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.6.6.rc1.39.g9a42