git show 查看commit提交记录详情

查看commit提交记录详情

文章安全参考如下链接 git查看commit提交记录详情

查看提交详情

  • git log --stat
    查看提交记录

  • git show
    查看最新的commit

  • git show commitId
    查看指定commit hashID的所有修改

  • git show commitId fileName
    查看某次commit中具体某个文件的修改

原文地址:https://www.cnblogs.com/jaspersong/p/11652649.html