summaryrefslogtreecommitdiffstats
path: root/man1/git-checkout.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-checkout.1')
-rw-r--r--man1/git-checkout.110
1 files changed, 4 insertions, 6 deletions
diff --git a/man1/git-checkout.1 b/man1/git-checkout.1
index aaf34038b..1c517a033 100644
--- a/man1/git-checkout.1
+++ b/man1/git-checkout.1
@@ -2,12 +2,12 @@
.\" Title: git-checkout
.\" 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\-CHECKOUT" "1" "2023\-12\-27" "Git 2\&.43\&.0\&.232\&.ge79552" "Git Manual"
+.TH "GIT\-CHECKOUT" "1" "2024\-01\-02" "Git 2\&.43\&.0\&.254\&.ga26002" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -317,9 +317,7 @@ is not a branch name\&. See the "DETACHED HEAD" section below for details\&.
.PP
\-\-orphan <new\-branch>
.RS 4
-Create a new
-\fIorphan\fR
-branch, named
+Create a new unborn branch, named
\fB<new\-branch>\fR, started from
\fB<start\-point>\fR
and switch to it\&. The first commit made on this new branch will have no parents and it will be the root of a new history totally disconnected from all the other branches and commits\&.