summaryrefslogtreecommitdiffstats
path: root/git-worktree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-22 16:59:49 -0700
committerJunio C Hamano <gitster@pobox.com>2020-06-22 16:59:49 -0700
commit03e5f3577506a386bba64f108726ba68bf0f9241 (patch)
tree35e391b551e46b6d6303c49e95691d30feb583ac /git-worktree.txt
parent64eff4902e5b83e66c169d0c25db6e59c167fbcc (diff)
downloadgit-htmldocs-03e5f3577506a386bba64f108726ba68bf0f9241.tar.gz
Autogenerated HTML docs for v2.27.0-139-gc9c31
Diffstat (limited to 'git-worktree.txt')
-rw-r--r--git-worktree.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-worktree.txt b/git-worktree.txt
index 85d92c976..4796c3c05 100644
--- a/git-worktree.txt
+++ b/git-worktree.txt
@@ -126,7 +126,9 @@ OPTIONS
locked working tree path, specify `--force` twice.
+
`move` refuses to move a locked working tree unless `--force` is specified
-twice.
+twice. If the destination is already assigned to some other working tree but is
+missing (for instance, if `<new-path>` was deleted manually), then `--force`
+allows the move to proceed; use --force twice if the destination is locked.
+
`remove` refuses to remove an unclean working tree unless `--force` is used.
To remove a locked working tree, specify `--force` twice.