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.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-checkout.1 b/man1/git-checkout.1
index fc735b60a..69c6e1c7a 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: 01/20/2023
+.\" Date: 01/21/2023
.\" Manual: Git Manual
-.\" Source: Git 2.39.1.254.g904d404274
+.\" Source: Git 2.39.1.308.g56c8fb1e95
.\" Language: English
.\"
-.TH "GIT\-CHECKOUT" "1" "01/20/2023" "Git 2\&.39\&.1\&.254\&.g904d40" "Git Manual"
+.TH "GIT\-CHECKOUT" "1" "01/21/2023" "Git 2\&.39\&.1\&.308\&.g56c8fb" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -675,9 +675,9 @@ It is important to realize that at this point nothing refers to commit \fBf\fR\&
.RS 4
.\}
.nf
-$ git checkout \-b foo \fB(1)\fR
-$ git branch foo \fB(2)\fR
-$ git tag foo \fB(3)\fR
+$ git checkout \-b foo # or "git switch \-c foo" \fB(1)\fR
+$ git branch foo \fB(2)\fR
+$ git tag foo \fB(3)\fR
.fi
.if n \{\
.RE