From 5bbae6fb56d0e174c84211a43b9da2f4b1d89e4d Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 5 Jun 2013 18:27:48 +0200 Subject: [PATCH] Gitconfig set to push current. --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index fab48861..72ed6970 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,8 +14,8 @@ m = mergetool r = remote -v s = status -uno -# [push] -# default = simple +[push] + default = current ## Ediff merge tool. ## See: