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.
1 parent 9111ea1 commit 7e42d4bCopy full SHA for 7e42d4b
builtin/worktree.c
@@ -49,14 +49,14 @@
49
"(branch with no commits) for this repository, you can do so\n" \
50
"using the --orphan flag:\n" \
51
"\n" \
52
- " git worktree add --orphan -b %s %s\n")
+ " git worktree add --orphan -b %s %s\n")
53
54
#define WORKTREE_ADD_ORPHAN_NO_DASH_B_HINT_TEXT \
55
_("If you meant to create a worktree containing a new orphan branch\n" \
56
57
58
59
- " git worktree add --orphan %s\n")
+ " git worktree add --orphan %s\n")
60
61
static const char * const git_worktree_usage[] = {
62
BUILTIN_WORKTREE_ADD_USAGE,
0 commit comments