git-shortlog 统计commit
https://git-scm.com/docs/git-shortlog
可以很方便的统计出仓库里每个人的提交次数与提交内容
常用的有
git shortlog --numbered --summary
或
git shortlog -n -s
https://git-scm.com/docs/git-shortlog
可以很方便的统计出仓库里每个人的提交次数与提交内容
常用的有
git shortlog --numbered --summary
或
git shortlog -n -s