summaryrefslogtreecommitdiffstats
path: root/git-worktree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-02 14:30:15 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-02 14:30:15 -0800
commit07b9e54e5347adf0229f3bb916568e37530051ae (patch)
tree39a2de3ffa3edcac129a0650774c14921d82966f /git-worktree.txt
parent7ae46b40202f2928d34d523c62e7c215f44f91bf (diff)
downloadgit-htmldocs-07b9e54e5347adf0229f3bb916568e37530051ae.tar.gz
Autogenerated HTML docs for v2.43.0-254-ga260
Diffstat (limited to 'git-worktree.txt')
-rw-r--r--git-worktree.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-worktree.txt b/git-worktree.txt
index 93d76f5d6..2a240f53b 100644
--- a/git-worktree.txt
+++ b/git-worktree.txt
@@ -99,7 +99,7 @@ command will refuse to create the worktree (unless `--force` is used).
If `<commit-ish>` is omitted, neither `--detach`, or `--orphan` is
used, and there are no valid local branches (or remote branches if
`--guess-remote` is specified) then, as a convenience, the new worktree is
-associated with a new orphan branch named `<branch>` (after
+associated with a new unborn branch named `<branch>` (after
`$(basename <path>)` if neither `-b` or `-B` is used) as if `--orphan` was
passed to the command. In the event the repository has a remote and
`--guess-remote` is used, but no remote or local branches exist, then the
@@ -234,7 +234,7 @@ This can also be set up as the default behaviour by using the
--orphan::
With `add`, make the new worktree and index empty, associating
- the worktree with a new orphan/unborn branch named `<new-branch>`.
+ the worktree with a new unborn branch named `<new-branch>`.
--porcelain::
With `list`, output in an easy-to-parse format for scripts.