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 6d159f5 + fdc9914 commit 05c8603Copy full SHA for 05c8603
builtin/worktree.c
@@ -696,7 +696,7 @@ static int can_use_remote_refs(const struct add_opts *opts)
696
return 1;
697
} else if (!opts->force && remote_get(NULL)) {
698
die(_("No local or remote refs exist despite at least one remote\n"
699
- "present, stopping; use 'add -f' to overide or fetch a remote first"));
+ "present, stopping; use 'add -f' to override or fetch a remote first"));
700
}
701
return 0;
702
0 commit comments