From e66a03902ed83f0d517340f295b805c3005265a9 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 4 Jul 2016 01:16:41 +0200 Subject: Set default push to simple --- git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/.gitconfig') diff --git a/git/.gitconfig b/git/.gitconfig index 3b22d84..6b7d6bf 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -9,4 +9,4 @@ ls = ls-files serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ [push] - default = matching + default = simple -- cgit v1.2.3