mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
docs: fix docs
This commit is contained in:
parent
02bbdba792
commit
d7565ee844
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 <<a href="https://github.com/mapitman" data-bare-link="true">https://github.com/mapitman</a>></p>
|
||||
<p>Written by Peter Benjamin <<a href="https://github.com/pbnj" data-bare-link="true">https://github.com/pbnj</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <<https://github.com/mapitman>>
|
||||
Written by Peter Benjamin <<https://github.com/pbnj>>
|
||||
|
||||
## REPORTING BUGS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue