snippetbashTip
git browse-ci — Open the current Git repository's CI website in the default web browser. Part of `git-extras`. More
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-ciOpen 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-ciOpen 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.