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,16 @@
# git rev-parse
> 显示与修订相关的元数据。
> 更多信息:<https://git-scm.com/docs/git-rev-parse>。
- 获取分支的提交哈希:
`git rev-parse {{branch_name}}`
- 获取当前分支名称:
`git rev-parse --abbrev-ref {{HEAD}}`
- 获取根目录的绝对路径:
`git rev-parse --show-toplevel`