From b49a7757c78187d2932def4f2571e41b6ce2cd27 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Tue, 11 Nov 2014 20:24:48 +0100 Subject: [PATCH] Changing default push to matching. --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 35d092e..635ab6a 100644 --- a/gitconfig +++ b/gitconfig @@ -3,8 +3,8 @@ email = faerbit@gmail.com [credential] helper = cache -[push] - default = simple [core] editor = vim -c 'startinsert' excludesfile = ~/.globalgitignore +[push] + default = matching