From 149cc253a2fcd3f7b4da60ebc6f1a03a70a71268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 4 Mar 2020 11:33:45 +0100 Subject: [PATCH] git: Use configured upstream branch to push to --- git/gitconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index 13d777a..e1698d7 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -66,7 +66,7 @@ [column] ui = auto [push] - default = simple + default = upstream [merge] tool = vimdiff [gc]