git-browse-ci - Man Page

Examples (TL;DR)

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>

Referenced By

git-extras(1).

March 2022 Git Extras