git-browse-ci - Man Page
Examples (TL;DR)
- Open the current repository's CI configuration on its upstream website:
git browse-ci
- Open the current repository's CI configuration on its upstream website for a specific remote:
git browse-ci remote
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
See Also
Referenced By
March 2022 Git Extras