git 查看提交的信息diff

git log --stat

git show <hashcode> <filename>


git log --pretty=oneline <filename>


git whatchanged <filename>


git show <hashcode>
原文地址:https://www.cnblogs.com/hill-foryou/p/8668916.html