mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:22:07 +02:00
13 lines
434 B
Markdown
13 lines
434 B
Markdown
# git browse-ci
|
|
|
|
> 在默认浏览器中打开当前 `git` 代码库的 CI 网站。
|
|
> 属于 `git-extras` 工具集的一部分。
|
|
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-browse-ci>.
|
|
|
|
- 在默认浏览器中打开当前代码库的 CI 配置页面(基于上游网站):
|
|
|
|
`git browse-ci`
|
|
|
|
- 为指定远程仓库打开当前代码库的 CI 配置页面:
|
|
|
|
`git browse-ci {{远程名称}}`
|