From 153e11e5b8aa574297a3ee15975c497048886cc2 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 24 Jun 2014 01:41:41 +0200 Subject: [PATCH] git: use new default settings --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index d2958c7..c847045 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,3 +5,5 @@ helper = cache --timeout=3600 [color] ui = true +[push] + default = simple