From e31919be1857cc1beccbdfbd1e0aa4844b083440 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 28 Jun 2013 08:36:31 -0400 Subject: Switch to the new, simple push default (only push current branch). Add pusha alias for pushing all, as with before --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 1885f14..3001104 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,5 +7,8 @@ smtpserver = MSMTP_PATH [alias] wdiff = diff --color-words + pusha = push origin : [color] ui = auto +[push] + default = simple -- cgit v1.2.3