We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
push.default = simple
1 parent c495de6 commit b22c322Copy full SHA for b22c322
.gitconfig
@@ -159,10 +159,8 @@
159
160
[push]
161
162
- # Use the Git 1.x.x default to avoid errors on machines with old Git
163
- # installations. To use `simple` instead, add this to your `~/.extra` file:
164
- # `git config --global push.default simple`. See http://git.io/mMah-w.
165
- default = matching
+ # https://git-scm.com/docs/git-config#git-config-pushdefault
+ default = simple
166
# Make `git push` push relevant annotated tags when pushing branches out.
167
followTags = true
168
0 commit comments