mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
310 B
Markdown
13 lines
310 B
Markdown
# git count
|
|
|
|
> 统计提交总数。
|
|
> 属于 `git-extras` 的一部分。
|
|
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-count>.
|
|
|
|
- 显示当前分支的提交总数:
|
|
|
|
`git count`
|
|
|
|
- 显示所有贡献者的提交数及总提交数(按作者统计):
|
|
|
|
`git count --all`
|