We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 259ec8f + 2e2c0be commit 8e6e14fCopy full SHA for 8e6e14f
builtin/worktree.c
@@ -22,6 +22,7 @@ static const char * const worktree_usage[] = {
22
N_("git worktree move <worktree> <new-path>"),
23
N_("git worktree prune [<options>]"),
24
N_("git worktree remove [<options>] <worktree>"),
25
+ N_("git worktree repair [<path>...]"),
26
N_("git worktree unlock <path>"),
27
NULL
28
};
0 commit comments