2.8. Delete commit - shinokada/gitnotes GitHub Wiki
Revert Git repo to a previous commit
# This will destroy any local modifications.
# Don't do it if you have uncommitted work you want to keep.
git reset --hard 0d1d7fc32
Revert Git repo to a previous commit
# This will destroy any local modifications.
# Don't do it if you have uncommitted work you want to keep.
git reset --hard 0d1d7fc32