dot/gitconfig.in: Push the current branch only by default.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2022 12:36:24 +0000 (13:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2022 12:37:52 +0000 (13:37 +0100)
I think this was an experiment, and it failed.

dot/gitconfig.in

index 9a55627..17cf5ae 100644 (file)
@@ -41,7 +41,7 @@
        autosquash = true
 
 [push]
-       default = matching
+       default = upstream
        followTags = true
 
 [format]