mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
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
This commit is contained in:
parent
cf6d40d446
commit
b57eb8b92a
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-RENAME\-BRANCH" "1" "July 2019" "" "Git Extras"
|
||||
.TH "GIT\-RENAME\-BRANCH" "1" "September 2025" "" "Git Extras"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-rename\-branch\fR \- rename local branch and push to remote
|
||||
|
|
@ -10,26 +10,19 @@
|
|||
\fBgit\-rename\-branch\fR <old\-branch> <new\-branch>
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
.
|
||||
.nf
|
||||
|
||||
Rename local branch and push the new branch to remote
|
||||
.
|
||||
.fi
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
<old\-branch>
|
||||
.
|
||||
.nf
|
||||
|
||||
<old\-branch>
|
||||
|
||||
.P
|
||||
Old branch whose has to be renamed\. This is an optional parameter\. If no value is supplied then the current branch will be renamed\.
|
||||
|
||||
<new\-branch>
|
||||
|
||||
New branch name
|
||||
.
|
||||
.fi
|
||||
.P
|
||||
<new\-branch>
|
||||
.
|
||||
.P
|
||||
New branch name
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
.
|
||||
|
|
|
|||
|
|
@ -80,19 +80,17 @@
|
|||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<pre><code>Rename local branch and push the new branch to remote
|
||||
</code></pre>
|
||||
<p> Rename local branch and push the new branch to remote</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
<pre><code>&lt;old-branch&gt;
|
||||
<p> <old-branch></p>
|
||||
|
||||
Old branch whose has to be renamed. This is an optional parameter. If no value is supplied then the current branch will be renamed.
|
||||
<p> Old branch whose has to be renamed. This is an optional parameter. If no value is supplied then the current branch will be renamed.</p>
|
||||
|
||||
&lt;new-branch&gt;
|
||||
<p> <new-branch></p>
|
||||
|
||||
New branch name
|
||||
</code></pre>
|
||||
<p> New branch name</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
|
|
@ -103,7 +101,7 @@ $ git rename-branch new-name
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Hozefa Jodiawalla <<a href="mailto:hozefarules@gmail.com" data-bare-link="true">hozefarules@gmail.com</a>></p>
|
||||
<p>Written by Hozefa Jodiawalla <<a href="mailto:hozefarules@gmail.com" data-bare-link="true">hozefarules@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -116,7 +114,7 @@ $ git rename-branch new-name
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>July 2019</li>
|
||||
<li class='tc'>September 2025</li>
|
||||
<li class='tr'>git-rename-branch(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,17 +7,17 @@ git-rename-branch(1) -- rename local branch and push to remote
|
|||
|
||||
## DESCRIPTION
|
||||
|
||||
Rename local branch and push the new branch to remote
|
||||
Rename local branch and push the new branch to remote
|
||||
|
||||
## OPTIONS
|
||||
|
||||
<old-branch>
|
||||
<old-branch>
|
||||
|
||||
Old branch whose has to be renamed. This is an optional parameter. If no value is supplied then the current branch will be renamed.
|
||||
Old branch whose has to be renamed. This is an optional parameter. If no value is supplied then the current branch will be renamed.
|
||||
|
||||
<new-branch>
|
||||
<new-branch>
|
||||
|
||||
New branch name
|
||||
New branch name
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue