git 查看某个 commit 的改动

命令如下:

git show COMMIT

git diff COMMIT^!

比如:

git show d34ff657f5
git diff d34ff657f5^!

参考资料


Comments