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 show-ref
> 用于列出引用的 Git 命令。
> 更多信息:<https://git-scm.com/docs/git-show-ref>。
- 显示仓库中的所有引用:
`git show-ref`
- 仅显示头部引用:
`git show-ref --heads`
- 仅显示标签引用:
`git show-ref --tags`
- 验证给定的引用是否存在:
`git show-ref --verify {{path/to/ref}}`