HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git browse-ci — Open the current Git repository's CI website in the default web browser. Part of `git-extras`. More

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecurrentcommandcliopengit browse-cirepositorygit

Problem

How to use the git browse-ci command: Open the current Git repository's CI website in the default web browser. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-browse-ci>.

Solution

git browse-ci — Open the current Git repository's CI website in the default web browser. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-browse-ci>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/git browse-ci

Revisions (0)

No revisions yet.