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