参考自:https://cloud.tencent.com/developer/article/1490616(题目来源) 所有题目 Git 面试题 169.说说你知道的 git 命令 https://blog.youkuaiyun.com/lxw198902165221/article/details/89228458 170.git 如何查看某次提交修改的内容x git log#显示历史提交列表 git show <commit-hashId>#显示某次提交的修改内容 #或者使用 git show <cmmit-hashId> filename#显示某次提交的修改内容