Merge branch 'cb/parse-magnitude'
[gitweb.git] / Documentation / git-checkout.txt
index 7540e026f5ad16c3e88437d0d50b8fabd88885a4..63b739c550dda6fddb73fad776d48e0b71f71bfa 100644 (file)
@@ -229,6 +229,12 @@ This means that you can use `git checkout -p` to selectively discard
 edits from your current working tree. See the ``Interactive Mode''
 section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
 
+--ignore-other-worktrees::
+       `git checkout` refuses when the wanted ref is already checked
+       out by another worktree. This option makes it check the ref
+       out anyway. In other words, the ref can be held by more than one
+       worktree.
+
 <branch>::
        Branch to checkout; if it refers to a branch (i.e., a name that,
        when prepended with "refs/heads/", is a valid ref), then that