From 1b901faab1ff835016c80d10e22fd3913994246c Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 20 Oct 2014 13:46:59 -0700 Subject: [PATCH] Change push.default to a setting that is widely compatible. --- gitconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gitconfig b/gitconfig index 6ae1881..9e0b1ad 100644 --- a/gitconfig +++ b/gitconfig @@ -2,9 +2,7 @@ name = David Tomaschik email = david@systemoverlord.com [push] - # Simple is not supported on git < 2.0 - #default = simple - default = matching + default = current [core] excludesfile = ~/.gitignore [web]