git-config: update Chinese translation (#10322)

pull/23/head
Zhizhen He 2023-06-06 22:40:09 +08:00 committed by GitHub
parent 2113a11535
commit 319a794631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@
`git config --list --local`
- 列出全局配置项(存储在 `~/.gitconfig`)
- 列出全局配置项(存储在 `~/.gitconfig`
`git config --list --global`
- 列出所有被修改过的配置项,包含局部的以及全局的
- 列出系统配置项(存储在 `/etc/gitconfig`),并且展示文件的位置
`git config --list`
`git config --list --system --show-origin`
- 获取某个配置项的值: