我知道的一个愚蠢的方法是:
git diff commit-number1 commit-number2
有没有更好的办法?
我的意思是,我想知道 commit1 本身。我不想在它之前添加 commit2 作为参数。
git show <commit-id>
git show 的文档