add new chinese translations
This commit is contained in:
13
pages.zh/common/git-fork.md
Normal file
13
pages.zh/common/git-fork.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# git fork
|
||||
|
||||
> 复制一个 GitHub 仓库。类似于 `git clone`,但首先进行复制。
|
||||
> 属于 `git-extras` 的一部分。
|
||||
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-fork>。
|
||||
|
||||
- 通过其 URL 复制和克隆一个 GitHub 仓库:
|
||||
|
||||
`git fork {{https://github.com/tldr-pages/tldr}}`
|
||||
|
||||
- 通过其 slug 复制和克隆一个 GitHub 仓库:
|
||||
|
||||
`git fork {{tldr-pages/tldr}}`
|
Reference in New Issue
Block a user