From cfc24cbdd64327ab5855f4f9d19173593d041eec Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Wed, 19 Dec 2012 23:14:56 -0600 Subject: [PATCH] .gitconfig: push.default = matching The default value of push.default is changing in Git 2.0. Set an explicit value to squelch warning message when doing "git push" on Git 1.8 and above. --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 78a06bd..a802e56 100644 --- a/.gitconfig +++ b/.gitconfig @@ -70,3 +70,5 @@ changed = green bold untracked = blue bold +[push] + default = matching -- 2.43.0