mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
13 lines
355 B
Markdown
13 lines
355 B
Markdown
# git browse
|
|
|
|
> 在默认浏览器中查看上游代码库
|
|
> 属于 `git-extras` 工具集的一部分。
|
|
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-browse>.
|
|
|
|
- 在默认浏览器中打开第一个上游代码库:
|
|
|
|
`git browse`
|
|
|
|
- 在默认浏览器中打开指定的上游代码库:
|
|
|
|
`git browse {{上游名称}}`
|