Archive for September 4, 2015
git: Completely revert the last commit
git reset --hard HEAD~1 |
will completely revert the last commit (i.e., everything from this commit will disappear).
git reset --hard HEAD~1 |
will completely revert the last commit (i.e., everything from this commit will disappear).