SyntaxFix
Write A Post
Hire A Developer
Questions
git reset HEAD^ --soft (Save your changes, back to last commit)
git reset HEAD^ --soft
git reset HEAD^ --hard (Discard changes, back to last commit)
git reset HEAD^ --hard