From 5aaf602401e55a433d618145bd063546d5dc8c02 Mon Sep 17 00:00:00 2001 From: lhark Date: Tue, 24 Nov 2015 19:04:50 +0100 Subject: [PATCH] Set git push.default to current --- gitconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gitconfig b/gitconfig index 2fb77eb..df0d804 100644 --- a/gitconfig +++ b/gitconfig @@ -1,7 +1,9 @@ [user] - name = lhark - email = lhark@hotmail.fr + name = lhark + email = lhark@hotmail.fr [master] - autosetuprebase = always + autosetuprebase = always [color] - ui = auto + ui = auto +[push] + default = current