From be4e09e5d03c7418e2824bb82e64d47fdc5fc70f Mon Sep 17 00:00:00 2001 From: Holger Just Date: Fri, 4 Jan 2013 13:54:15 +0100 Subject: [PATCH] Only push the current branch by default --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index f18158d..cb1f21c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,7 +19,7 @@ interactive = auto ui = auto [push] - default = matching + default = tracking [core] autocrlf = false editor = subl -nw