From 302ada26d0f687a17b72f5e0e260d48e26d4f047 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 6 Mar 2013 19:21:26 +0400 Subject: [PATCH] git config --global push.default matching --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 6463462..6330a84 100644 --- a/.gitconfig +++ b/.gitconfig @@ -50,3 +50,5 @@ [core] quotepath = false +[push] + default = matching