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,21 @@
# yadm-gitconfig
> 将选项传递给 `git config`。更改由 `yadm` 管理的仓库的 `.gitconfig`。
> 另请参见:`git config`。
> 更多信息:<https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>。
- 更新或设置 Git 配置值:
`yadm gitconfig {{key.inner-key}} {{value}}`
-`yadm` 的 Git 配置中获取值:
`yadm gitconfig --get {{key}}`
-`yadm` 的 Git 配置中取消设置值:
`yadm gitconfig --unset {{key}}`
- 列出 `yadm` 的 Git 配置中的所有值:
`yadm gitconfig --list`