SyntaxFix
Write A Post
Hire A Developer
Questions
To see last commit changes
git show HEAD
Or to see second last commit changes
git show HEAD~1
And for further just replace '1' in above with the required commit sequence number.