Merge pull request #824 from mapitman/master

Fix documentation for git-browse
This commit is contained in:
罗泽轩 2020-03-19 11:30:58 +08:00 committed by GitHub
commit dd0337c3cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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