SyntaxFix
Write A Post
Hire A Developer
Questions
git show shows the changes made in the most recent commit.
git show
Equivalent to git show HEAD.
git show HEAD
git show HEAD~1 takes you back 1 commit.
git show HEAD~1