table of contents
| GIT-BROWSE-CI(1) | Git Extras | GIT-BROWSE-CI(1) |
NAME¶
git-browse-ci - 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 <https://github.com/pbnj>
REPORTING BUGS¶
SEE ALSO¶
| May 2026 |