From 982ee2f018c481b5a27dd29ef6f38a9328f2f50f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 9 May 2013 17:09:00 +0200 Subject: .gitconfig: Use `push.default = matching` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I couldn’t get used to `simple`. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 9fd73b6..e77adae 100644 --- a/.gitconfig +++ b/.gitconfig @@ -75,4 +75,4 @@ insteadOf = "gist:" [push] - default = simple + default = matching -- cgit v1.2.3