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.146
1 files changed, 23 insertions, 23 deletions
diff --git a/man1/git-checkout.1 b/man1/git-checkout.1
index cff193479..24d7a74f0 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: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GIT\-CHECKOUT" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-CHECKOUT" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -544,13 +544,13 @@ entry in
.RS 4
.\}
.nf
- HEAD (refers to branch \(aqmaster\(aq)
+ HEAD (refers to branch \*(Aqmaster\*(Aq)
|
v
-a\-\-\-b\-\-\-c branch \(aqmaster\(aq (refers to commit \(aqc\(aq)
+a\-\-\-b\-\-\-c branch \*(Aqmaster\*(Aq (refers to commit \*(Aqc\*(Aq)
^
|
- tag \(aqv2\&.0\(aq (refers to commit \(aqb\(aq)
+ tag \*(Aqv2\&.0\*(Aq (refers to commit \*(Aqb\*(Aq)
.fi
.if n \{\
.RE
@@ -565,13 +565,13 @@ When a commit is created in this state, the branch is updated to refer to the ne
.nf
$ edit; git add; git commit
- HEAD (refers to branch \(aqmaster\(aq)
+ HEAD (refers to branch \*(Aqmaster\*(Aq)
|
v
-a\-\-\-b\-\-\-c\-\-\-d branch \(aqmaster\(aq (refers to commit \(aqd\(aq)
+a\-\-\-b\-\-\-c\-\-\-d branch \*(Aqmaster\*(Aq (refers to commit \*(Aqd\*(Aq)
^
|
- tag \(aqv2\&.0\(aq (refers to commit \(aqb\(aq)
+ tag \*(Aqv2\&.0\*(Aq (refers to commit \*(Aqb\*(Aq)
.fi
.if n \{\
.RE
@@ -587,13 +587,13 @@ It is sometimes useful to be able to checkout a commit that is not at the tip of
$ git checkout v2\&.0 # or
$ git checkout master^^
- HEAD (refers to commit \(aqb\(aq)
+ HEAD (refers to commit \*(Aqb\*(Aq)
|
v
-a\-\-\-b\-\-\-c\-\-\-d branch \(aqmaster\(aq (refers to commit \(aqd\(aq)
+a\-\-\-b\-\-\-c\-\-\-d branch \*(Aqmaster\*(Aq (refers to commit \*(Aqd\*(Aq)
^
|
- tag \(aqv2\&.0\(aq (refers to commit \(aqb\(aq)
+ tag \*(Aqv2\&.0\*(Aq (refers to commit \*(Aqb\*(Aq)
.fi
.if n \{\
.RE
@@ -608,15 +608,15 @@ Notice that regardless of which checkout command we use, \fBHEAD\fR now refers d
.nf
$ edit; git add; git commit
- HEAD (refers to commit \(aqe\(aq)
+ HEAD (refers to commit \*(Aqe\*(Aq)
|
v
e
/
-a\-\-\-b\-\-\-c\-\-\-d branch \(aqmaster\(aq (refers to commit \(aqd\(aq)
+a\-\-\-b\-\-\-c\-\-\-d branch \*(Aqmaster\*(Aq (refers to commit \*(Aqd\*(Aq)
^
|
- tag \(aqv2\&.0\(aq (refers to commit \(aqb\(aq)
+ tag \*(Aqv2\&.0\*(Aq (refers to commit \*(Aqb\*(Aq)
.fi
.if n \{\
.RE
@@ -631,15 +631,15 @@ There is now a new commit \fBe\fR, but it is referenced only by \fBHEAD\fR\&. We
.nf
$ edit; git add; git commit
- HEAD (refers to commit \(aqf\(aq)
+ HEAD (refers to commit \*(Aqf\*(Aq)
|
v
e\-\-\-f
/
-a\-\-\-b\-\-\-c\-\-\-d branch \(aqmaster\(aq (refers to commit \(aqd\(aq)
+a\-\-\-b\-\-\-c\-\-\-d branch \*(Aqmaster\*(Aq (refers to commit \*(Aqd\*(Aq)
^
|
- tag \(aqv2\&.0\(aq (refers to commit \(aqb\(aq)
+ tag \*(Aqv2\&.0\*(Aq (refers to commit \*(Aqb\*(Aq)
.fi
.if n \{\
.RE
@@ -654,13 +654,13 @@ In fact, we can perform all the normal Git operations\&. But, let\(cqs look at w
.nf
$ git checkout master
- HEAD (refers to branch \(aqmaster\(aq)
+ HEAD (refers to branch \*(Aqmaster\*(Aq)
e\-\-\-f |
/ v
-a\-\-\-b\-\-\-c\-\-\-d branch \(aqmaster\(aq (refers to commit \(aqd\(aq)
+a\-\-\-b\-\-\-c\-\-\-d branch \*(Aqmaster\*(Aq (refers to commit \*(Aqd\*(Aq)
^
|
- tag \(aqv2\&.0\(aq (refers to commit \(aqb\(aq)
+ tag \*(Aqv2\&.0\*(Aq (refers to commit \*(Aqb\*(Aq)
.fi
.if n \{\
.RE
@@ -767,7 +767,7 @@ C source files out of the index, you can say
.RS 4
.\}
.nf
-$ git checkout \-\- \(aq*\&.c\(aq
+$ git checkout \-\- \*(Aq*\&.c\*(Aq
.fi
.if n \{\
.RE
@@ -823,7 +823,7 @@ branch may differ in files that you have modified locally, in which case the abo
.\}
.nf
$ git checkout mytopic
-error: You have local changes to \(aqfrotz\(aq; not switching branches\&.
+error: You have local changes to \*(Aqfrotz\*(Aq; not switching branches\&.
.fi
.if n \{\
.RE