git查看历史提交修改了哪些文件

git log --stat

git log --stat -<number> 限制显示历史提交的数量

原文地址:https://www.cnblogs.com/liyuchuan/p/13540364.html