To see the changes between two commits use
git diff COMMIT~ COMMIT
This will show you the changes between its previous commit and this commit.
For details go through- https://gitirc.eu/git-diff.html
git show COMMIT
Will show you commit’s data, including diff - but not merge commits.
For more information please go through the following tutorial to get more info about git: