Git 查看提交代码统计

查看某次提交代码变动行数以及文件变动数量

git log --stat <commitId>
Last Updated:
Contributors: gclhaha