Skip to content

Commit b22c322

Browse files
committed
.gitconfig: Set push.default = simple
1 parent c495de6 commit b22c322

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitconfig

+2-4
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,8 @@
159159
160160
[push]
161161
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
162+
# https://git-scm.com/docs/git-config#git-config-pushdefault
163+
default = simple
166164
# Make `git push` push relevant annotated tags when pushing branches out.
167165
followTags = true
168166

0 commit comments

Comments
 (0)