From 66cffbdca48fa3388cee13d30ef105b94a22651b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 2 May 2022 13:36:24 +0100 Subject: [PATCH] dot/gitconfig.in: Push the current branch only by default. I think this was an experiment, and it failed. --- dot/gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 9a55627..17cf5ae 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -41,7 +41,7 @@ autosquash = true [push] - default = matching + default = upstream followTags = true [format] -- 2.11.0