310 B

git count

统计提交总数。 属于 git-extras 的一部分。 更多信息:https://github.com/tj/git-extras/blob/master/Commands.md#git-count.

  • 显示当前分支的提交总数:

git count

  • 显示所有贡献者的提交数及总提交数(按作者统计):

git count --all