git show 查看提交的详情

1.查看最新的commit

git show

2.查看指定commit hashID的所有修改:

git show commitId

3.查看某次commit中具体某个文件的修改:

git show commitId fileName