Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,20 +1,20 @@
# gh repo
> 在命令行上操作 GitHub 仓库.
> 更多信息: <https://cli.github.com/manual/gh_repo>.
> 在命令行上操作 GitHub 仓库
> 更多信息 <https://cli.github.com/manual/gh_repo>.
- 创建一个新的仓库(如果没有设置仓库名称,默认将为当前目录的名称):
- 创建一个新的仓库如果没有设置仓库名称,默认将为当前目录的名称
`gh repo create {{名称}}`
- 克隆一个仓库:
- 克隆一个仓库
`gh repo clone {{拥有者}}/{{仓库}}`
- 复刻并克隆一个仓库:
- 复刻并克隆一个仓库
`gh repo fork {{拥有者}}/{{仓库}} --clone`
- 在网络浏览器中查看仓库:
- 在网络浏览器中查看仓库
`gh repo view {{仓库}} --web`