git-shortlog 统计commit

https://git-scm.com/docs/git-shortlog

可以很方便的统计出仓库里每个人的提交次数与提交内容
常用的有

git shortlog --numbered --summary
或
git shortlog -n -s
原文地址:https://www.cnblogs.com/daowangzhizhu-pt/p/12893598.html