File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,13 @@ N_("push.default is unset; its implicit value is changing in\n"
174
174
"\n"
175
175
" git config --global push.default simple\n"
176
176
"\n"
177
+ "When push.default is set to 'matching', git will push local branches\n"
178
+ "to the remote branches that already exist with the same name.\n"
179
+ "\n"
180
+ "In Git 2.0, Git will default to the more conservative 'simple'\n"
181
+ "behavior, which only pushes the current branch to the corresponding\n"
182
+ "remote branch that 'git pull' uses to update the current branch.\n"
183
+ "\n"
177
184
"See 'git help config' and search for 'push.default' for further information.\n"
178
185
"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
179
186
"'current' instead of 'simple' if you sometimes use older versions of Git)" );
You can’t perform that action at this time.
0 commit comments