Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnj committed Mar 20, 2022
1 parent 02bbdba commit d7565ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions man/git-browse-ci.1
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
10 changes: 5 additions & 5 deletions man/git-browse-ci.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/git-browse-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down

0 comments on commit d7565ee

Please sign in to comment.