add new chinese translations
This commit is contained in:
13
pages.zh/common/git-info.md
Normal file
13
pages.zh/common/git-info.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# git 信息
|
||||
|
||||
> 显示 Git 仓库信息。
|
||||
> 属于 `git-extras`。
|
||||
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-info>。
|
||||
|
||||
- 显示远程位置、远程和本地分支、最近的提交数据以及 `.git/config` 设置:
|
||||
|
||||
`git info`
|
||||
|
||||
- 显示远程位置、远程和本地分支以及最近的提交数据:
|
||||
|
||||
`git info --no-config`
|
Reference in New Issue
Block a user