mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
518 B
Plaintext
19 lines
518 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|