Skip to content

Commit d7565ee

Browse files
committed
docs: fix docs
1 parent 02bbdba commit d7565ee

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

man/git-browse-ci.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
\fBgit\-browse\-ci\fR \-
88
.
99
.SH "SYNOPSIS"
10-
\fBgit\-browse\fR [remote_name]
10+
\fBgit\-browse\-ci\fR [remote_name]
1111
.
1212
.SH "DESCRIPTION"
13-
Opens the current git repository website in your default web browser\.
13+
Opens the current git repository CI page in your default web browser\.
1414
.
1515
.SH "OPTIONS"
1616
<remote_name>
@@ -19,13 +19,13 @@ Opens the current git repository website in your default web browser\.
1919
The name of the remote you wish to browse to\. Defaults to the first remote if not specified\.
2020
.
2121
.SH "EXAMPLES"
22-
$ git browse
22+
$ git browse\-ci
2323
.
2424
.P
25-
$ git browse upstream
25+
$ git browse\-ci upstream
2626
.
2727
.SH "AUTHOR"
28-
Written by Mark Pitman <\fIhttps://github\.com/mapitman\fR>
28+
Written by Peter Benjamin <\fIhttps://github\.com/pbnj\fR>
2929
.
3030
.SH "REPORTING BUGS"
3131
<\fIhttps://github\.com/tj/git\-extras/issues\fR>

man/git-browse-ci.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-browse-ci.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ git-browse-ci(1) -- <View the web page for the current repository>
33

44
## SYNOPSIS
55

6-
`git-browse` [remote_name]
6+
`git-browse-ci` [remote_name]
77

88
## DESCRIPTION
99

10-
Opens the current git repository website in your default web browser.
10+
Opens the current git repository CI page in your default web browser.
1111

1212
## OPTIONS
1313

@@ -18,13 +18,13 @@ the first remote if not specified.
1818

1919
## EXAMPLES
2020

21-
$ git browse
21+
$ git browse-ci
2222

23-
$ git browse upstream
23+
$ git browse-ci upstream
2424

2525
## AUTHOR
2626

27-
Written by Mark Pitman &lt;<https://github.com/mapitman>&gt;
27+
Written by Peter Benjamin &lt;<https://github.com/pbnj>&gt;
2828

2929
## REPORTING BUGS
3030

0 commit comments

Comments
 (0)