From 364568c0f50e2ccafb5158e62df6740412508973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 5 Apr 2020 19:33:55 +0200 Subject: [PATCH] git: Set default push mode to "simple" --- git/gitconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index ec36e98..1a6e291 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -76,7 +76,7 @@ [column] ui = auto [push] - default = upstream + default = simple [merge] tool = vimdiff [gc]