Helping Commands December 27, 2021 Git Reset => git reset --hard HEAD~1 ( https://stackoverflow.com/questions/927358/how-do-i-undo-the-most-recent-local-commits-in-git) git reset --hard <commit-hash> git push -f origin master Read more