• 0

git-see the changes in a commit

To see the diff got committed in particular commit message use one of the following commands

git show COMMIT
OR
git diff COMMIT^ COMMIT
Further reading :