docs: fix docs

This commit is contained in:
Peter Benjamin 2022-03-19 20:03:44 -07:00
parent 02bbdba792
commit d7565ee844
3 changed files with 15 additions and 15 deletions

View file

@ -7,10 +7,10 @@
\fBgit\-browse\-ci\fR \-
.
.SH "SYNOPSIS"
\fBgit\-browse\fR [remote_name]
\fBgit\-browse\-ci\fR [remote_name]
.
.SH "DESCRIPTION"
Opens the current git repository website in your default web browser\.
Opens the current git repository CI page in your default web browser\.
.
.SH "OPTIONS"
<remote_name>
@ -19,13 +19,13 @@ Opens the current git repository website in your default web browser\.
The name of the remote you wish to browse to\. Defaults to the first remote if not specified\.
.
.SH "EXAMPLES"
$ git browse
$ git browse\-ci
.
.P
$ git browse upstream
$ git browse\-ci upstream
.
.SH "AUTHOR"
Written by Mark Pitman <\fIhttps://github\.com/mapitman\fR>
Written by Peter Benjamin <\fIhttps://github\.com/pbnj\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>

View file

@ -76,11 +76,11 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-browse</code> [remote_name]</p>
<p><code>git-browse-ci</code> [remote_name]</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Opens the current git repository website in your default web browser.</p>
<p>Opens the current git repository CI page in your default web browser.</p>
<h2 id="OPTIONS">OPTIONS</h2>
@ -91,13 +91,13 @@ the first remote if not specified.</p>
<h2 id="EXAMPLES">EXAMPLES</h2>
<p> $ git browse</p>
<p> $ git browse-ci</p>
<p> $ git browse upstream</p>
<p> $ git browse-ci upstream</p>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Mark Pitman &lt;<a href="https://github.com/mapitman" data-bare-link="true">https://github.com/mapitman</a>&gt;</p>
<p>Written by Peter Benjamin &lt;<a href="https://github.com/pbnj" data-bare-link="true">https://github.com/pbnj</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>

View file

@ -3,11 +3,11 @@ git-browse-ci(1) -- <View the web page for the current repository>
## SYNOPSIS
`git-browse` [remote_name]
`git-browse-ci` [remote_name]
## DESCRIPTION
Opens the current git repository website in your default web browser.
Opens the current git repository CI page in your default web browser.
## OPTIONS
@ -18,13 +18,13 @@ the first remote if not specified.
## EXAMPLES
$ git browse
$ git browse-ci
$ git browse upstream
$ git browse-ci upstream
## AUTHOR
Written by Mark Pitman &lt;<https://github.com/mapitman>&gt;
Written by Peter Benjamin &lt;<https://github.com/pbnj>&gt;
## REPORTING BUGS