tj.git-extras/man/git-browse-ci.md
2026-03-23 23:21:26 -07:00

36 lines
657 B
Markdown

git-browse-ci(1) -- View the CI 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 current
branch's configured remote, or `origin` if not specified.
## EXAMPLES
$ git browse-ci
$ git browse-ci upstream
## AUTHOR
Written by Peter Benjamin &lt;<https://github.com/pbnj>&gt;
## REPORTING BUGS
&lt;<https://github.com/tj/git-extras/issues>&gt;
## SEE ALSO
&lt;<https://github.com/tj/git-extras>&gt;