git-shortlog 统计commit

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

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

git shortlog --numbered --summary
或
git shortlog -n -s
posted @ 2020-05-15 10:54  凉月-天  阅读(232)  评论(0编辑  收藏  举报