summaryrefslogtreecommitdiffstats
path: root/man1/git-worktree.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-worktree.1')
-rw-r--r--man1/git-worktree.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-worktree.1 b/man1/git-worktree.1
index dbbe0cc79..226ce0e5a 100644
--- a/man1/git-worktree.1
+++ b/man1/git-worktree.1
@@ -2,12 +2,12 @@
.\" Title: git-worktree
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-12-27
+.\" Date: 2024-01-02
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.232.ge79552d197
+.\" Source: Git 2.43.0.254.ga26002b628
.\" Language: English
.\"
-.TH "GIT\-WORKTREE" "1" "2023\-12\-27" "Git 2\&.43\&.0\&.232\&.ge79552" "Git Manual"
+.TH "GIT\-WORKTREE" "1" "2024\-01\-02" "Git 2\&.43\&.0\&.254\&.ga26002" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -137,7 +137,7 @@ is omitted, neither
\fB\-\-orphan\fR
is used, and there are no valid local branches (or remote branches if
\fB\-\-guess\-remote\fR
-is specified) then, as a convenience, the new worktree is associated with a new orphan branch named
+is specified) then, as a convenience, the new worktree is associated with a new unborn branch named
\fB<branch>\fR
(after
\fB$(basename <path>)\fR
@@ -332,7 +332,7 @@ With
\-\-orphan
.RS 4
With
-\fBadd\fR, make the new worktree and index empty, associating the worktree with a new orphan/unborn branch named
+\fBadd\fR, make the new worktree and index empty, associating the worktree with a new unborn branch named
\fB<new\-branch>\fR\&.
.RE
.PP