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,24 @@
# git 帮助
> 显示有关 Git 的帮助信息。
> 更多信息:<https://git-scm.com/docs/git-help>。
- 显示有关特定 Git 子命令的帮助:
`git help {{subcommand}}`
- 在网页浏览器中显示特定 Git 子命令的帮助:
`git help --web {{subcommand}}`
- 显示所有可用 Git 子命令的列表:
`git help --all`
- 列出可用的指南:
`git help --guide`
- 列出所有可能的配置变量:
`git help --config`