mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix documentation for git-browse
This commit is contained in:
parent
79ae65fe64
commit
6b4188404b
|
|
@ -19,10 +19,10 @@ 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 open
|
||||
$ git browse
|
||||
.
|
||||
.P
|
||||
$ git open upstream
|
||||
$ git browse upstream
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
Written by Mark Pitman <\fIhttps://github\.com/mapitman\fR>
|
||||
|
|
|
|||
|
|
@ -91,9 +91,9 @@ the first remote if not specified.</p>
|
|||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
<p> $ git open</p>
|
||||
<p> $ git browse</p>
|
||||
|
||||
<p> $ git open upstream</p>
|
||||
<p> $ git browse upstream</p>
|
||||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ the first remote if not specified.
|
|||
|
||||
## EXAMPLES
|
||||
|
||||
$ git open
|
||||
$ git browse
|
||||
|
||||
$ git open upstream
|
||||
$ git browse upstream
|
||||
|
||||
## AUTHOR
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue