From: Mark Wooding Date: Mon, 2 May 2022 12:36:24 +0000 (+0100) Subject: dot/gitconfig.in: Push the current branch only by default. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/66cffbdca48fa3388cee13d30ef105b94a22651b dot/gitconfig.in: Push the current branch only by default. I think this was an experiment, and it failed. --- 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]