We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82d5a84 + 2a905f8 commit 2e6c1b5Copy full SHA for 2e6c1b5
builtin/push.c
@@ -169,8 +169,8 @@ static NORETURN void die_push_simple(struct branch *branch,
169
if (git_branch_track != BRANCH_TRACK_SIMPLE)
170
advice_automergesimple_maybe = _("\n"
171
"To avoid automatically configuring "
172
- "upstream branches when their name\n"
173
- "doesn't match the local branch, see option "
+ "an upstream branch when its name\n"
+ "won't match the local branch, see option "
174
"'simple' of branch.autoSetupMerge\n"
175
"in 'git help config'.\n");
176
die(_("The upstream branch of your current branch does not match\n"
0 commit comments