mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
36 lines
617 B
Markdown
36 lines
617 B
Markdown
git-browse-ci(1) -- <View the web page for the current repository>
|
|
================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`git-browse-ci` [remote_name]
|
|
|
|
## DESCRIPTION
|
|
|
|
Opens the current git repository CI page in your default web browser.
|
|
|
|
## OPTIONS
|
|
|
|
<remote_name>
|
|
|
|
The name of the remote you wish to browse to. Defaults to
|
|
the first remote if not specified.
|
|
|
|
## EXAMPLES
|
|
|
|
$ git browse-ci
|
|
|
|
$ git browse-ci upstream
|
|
|
|
## AUTHOR
|
|
|
|
Written by Peter Benjamin <<https://github.com/pbnj>>
|
|
|
|
## REPORTING BUGS
|
|
|
|
<<https://github.com/tj/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<https://github.com/tj/git-extras>>
|