The commands are as follows:
git show COMMIT
or
git diff COMMIT^!
for examples:
git show d34ff657f5
git diff d34ff657f5^!
The commands are as follows:
git show COMMIT
or
git diff COMMIT^!
for examples:
git show d34ff657f5
git diff d34ff657f5^!
Comments