Skip to content

Commit b57eb8b

Browse files
authored
Fix minor typo in git rename-branch man page (#1211)
* docs: fix symbols in `git rename-branch` man page * Format doc page after others and rebuild artifacts
1 parent cf6d40d commit b57eb8b

File tree

3 files changed

+20
-29
lines changed

3 files changed

+20
-29
lines changed

man/git-rename-branch.1

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "GIT\-RENAME\-BRANCH" "1" "July 2019" "" "Git Extras"
4+
.TH "GIT\-RENAME\-BRANCH" "1" "September 2025" "" "Git Extras"
55
.
66
.SH "NAME"
77
\fBgit\-rename\-branch\fR \- rename local branch and push to remote
@@ -10,26 +10,19 @@
1010
\fBgit\-rename\-branch\fR <old\-branch> <new\-branch>
1111
.
1212
.SH "DESCRIPTION"
13-
.
14-
.nf
15-
1613
Rename local branch and push the new branch to remote
1714
.
18-
.fi
19-
.
2015
.SH "OPTIONS"
16+
<old\-branch>
2117
.
22-
.nf
23-
24-
&lt;old\-branch&gt;
25-
18+
.P
2619
Old branch whose has to be renamed\. This is an optional parameter\. If no value is supplied then the current branch will be renamed\.
27-
28-
&lt;new\-branch&gt;
29-
30-
New branch name
3120
.
32-
.fi
21+
.P
22+
<new\-branch>
23+
.
24+
.P
25+
New branch name
3326
.
3427
.SH "EXAMPLES"
3528
.

man/git-rename-branch.html

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-rename-branch.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ git-rename-branch(1) -- rename local branch and push to remote
77

88
## DESCRIPTION
99

10-
Rename local branch and push the new branch to remote
10+
Rename local branch and push the new branch to remote
1111

1212
## OPTIONS
1313

14-
&lt;old-branch&gt;
14+
&lt;old-branch&gt;
1515

16-
Old branch whose has to be renamed. This is an optional parameter. If no value is supplied then the current branch will be renamed.
16+
Old branch whose has to be renamed. This is an optional parameter. If no value is supplied then the current branch will be renamed.
1717

18-
&lt;new-branch&gt;
18+
&lt;new-branch&gt;
1919

20-
New branch name
20+
New branch name
2121

2222
## EXAMPLES
2323

0 commit comments

Comments
 (0)