SyntaxFix
Write A Post
Hire A Developer
Questions
I usually do:
git diff HEAD~1
To show the changes regarding the last commit. If you have more commits just increase the number 1 to how many commits diff you want to see.