相关命令:
git log 查看所有提交记录
git show 查看提交详情
示例:
git log:
git show:
查看指定commit的详情:git show commitId
查看某次commit中具体某个文件的修改:git show commitId fileName