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,13 @@
# git for-each-repo
> 在一系列存储库上运行 Git 命令。
> 注意:此命令仍在实验阶段,可能会有所更改。
> 更多信息:<https://git-scm.com/docs/git-for-each-repo>。
- 在存储在 `maintenance.repo` 用户配置变量中的每个存储库上运行维护:
`git for-each-repo --config={{maintenance.repo}} {{maintenance run}}`
- 在全局配置变量中列出的每个存储库上运行 `git pull`
`git for-each-repo --config={{global_configuration_variable}} {{pull}}`