From bc119e01c078884bde1ac559b7d1bb20e1178eb8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 11 Sep 2014 21:31:09 +0200 Subject: Set push default to simple --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 125993e..36a1363 100644 --- a/gitconfig +++ b/gitconfig @@ -23,3 +23,5 @@ mergeoptions = --no-ff --no-commit [core] excludesfile = ~/.gitignore +[push] + default = simple -- cgit v1.2.3