dot/gitconfig.in: Push the current branch only by default.
[profile] / dot / gitconfig.in
index 9a55627..17cf5ae 100644 (file)
@@ -41,7 +41,7 @@
        autosquash = true
 
 [push]
-       default = matching
+       default = upstream
        followTags = true
 
 [format]