summaryrefslogtreecommitdiffstats
path: root/git-worktree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-24 11:02:55 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-24 11:02:55 -0800
commitfa0dac3fc7e469b539896aae52323ed08805a46c (patch)
tree9f6b7ddc9180aaaabc49efe0f9df36086b00f3a5 /git-worktree.txt
parentf8404283984d49f099c5458383dedc023886f4bd (diff)
downloadgit-htmldocs-fa0dac3fc7e469b539896aae52323ed08805a46c.tar.gz
Autogenerated HTML docs for v2.12.0
Diffstat (limited to 'git-worktree.txt')
-rw-r--r--git-worktree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-worktree.txt b/git-worktree.txt
index e257c19eb..553cf8413 100644
--- a/git-worktree.txt
+++ b/git-worktree.txt
@@ -52,7 +52,7 @@ is linked to the current repository, sharing everything except working
directory specific files such as HEAD, index, etc. `-` may also be
specified as `<branch>`; it is synonymous with `@{-1}`.
+
-If `<branch>` is omitted and neither `-b` nor `-B` nor `--detached` used,
+If `<branch>` is omitted and neither `-b` nor `-B` nor `--detach` used,
then, as a convenience, a new branch based at HEAD is created automatically,
as if `-b $(basename <path>)` was specified.