summaryrefslogtreecommitdiffstats
path: root/man1/git-switch.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-switch.1')
-rw-r--r--man1/git-switch.116
1 files changed, 8 insertions, 8 deletions
diff --git a/man1/git-switch.1 b/man1/git-switch.1
index 47fad71e5..aa7da04bd 100644
--- a/man1/git-switch.1
+++ b/man1/git-switch.1
@@ -2,12 +2,12 @@
.\" Title: git-switch
.\" 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\-SWITCH" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-SWITCH" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -314,7 +314,7 @@ However, your "wrong" branch and correct "mytopic" branch may differ in files th
.\}
.nf
$ git switch 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
@@ -357,7 +357,7 @@ You can grow a new branch from any commit\&. For example, switch to "HEAD~3" and
.\}
.nf
$ git switch \-c fixup HEAD~3
-Switched to a new branch \(aqfixup\(aq
+Switched to a new branch \*(Aqfixup\*(Aq
.fi
.if n \{\
.RE
@@ -371,8 +371,8 @@ If you want to start a new branch from a remote branch of the same name:
.\}
.nf
$ git switch new\-topic
-Branch \(aqnew\-topic\(aq set up to track remote branch \(aqnew\-topic\(aq from \(aqorigin\(aq
-Switched to a new branch \(aqnew\-topic\(aq
+Branch \*(Aqnew\-topic\*(Aq set up to track remote branch \*(Aqnew\-topic\*(Aq from \*(Aqorigin\*(Aq
+Switched to a new branch \*(Aqnew\-topic\*(Aq
.fi
.if n \{\
.RE
@@ -386,7 +386,7 @@ To check out commit \fBHEAD~3\fR for temporary inspection or experiment without
.\}
.nf
$ git switch \-\-detach HEAD~3
-HEAD is now at 9fc9555312 Merge branch \(aqcc/shared\-index\-permbits\(aq
+HEAD is now at 9fc9555312 Merge branch \*(Aqcc/shared\-index\-permbits\*(Aq
.fi
.if n \{\
.RE