Fix documentation for git-browse

This commit is contained in:
Mark Pitman 2020-03-18 09:55:40 -07:00
parent 79ae65fe64
commit 6b4188404b
3 changed files with 6 additions and 6 deletions

View file

@ -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>

View file

@ -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>

View file

@ -18,9 +18,9 @@ the first remote if not specified.
## EXAMPLES
$ git open
$ git browse
$ git open upstream
$ git browse upstream
## AUTHOR