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,20 @@
# git diff-files
> 使用文件的 sha1 哈希和模式进行比较。
> 更多信息:<https://git-scm.com/docs/git-diff-files>。
- 比较所有已更改的文件:
`git diff-files`
- 仅比较指定的文件:
`git diff-files {{path/to/file}}`
- 仅显示已更改文件的名称:
`git diff-files --name-only`
- 输出扩展头信息的摘要:
`git diff-files --summary`