add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# hub fork
> 从 GitHub 仓库分叉。类似于 `git fork` 来自 `git-extras`。
> 更多信息:<https://hub.github.com/hub-fork.1.html>。
- 通过其缩略名分叉一个 GitHub 仓库:
`hub fork {{tldr-pages/tldr}}`
- 通过其 URL 分叉一个 GitHub 仓库:
`hub fork {{https://github.com/tldr-pages/tldr}}`
- 分叉当前 GitHub 仓库,将远程名称设置为 origin
`hub fork --remote-name {{origin}}`