From de45d86ec4c5b1c6cd221bf559230302cfa14eae Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 15 Oct 2012 18:17:41 +0200 Subject: [PATCH] by default push to the current branch --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index c0165b1..f11e935 100644 --- a/gitconfig +++ b/gitconfig @@ -21,3 +21,5 @@ tool = bc3 [mergetool] cmd = /usr/bin/bcompare $LOCAL $REMOTE $BASE $MERGED +[push] + default = current