https://www.theserverside.com/video/Dont-git-revert-that-last-commit-git-reset-instead
Don't git revert that last commit, git reset instead | TheServerSide
Do you want to reverse a change in your code and think you need to git revert the last commit? For better version control, the best option is almost always git...
git revertlastcommitreset
https://www.theserverside.com/video/How-to-use-the-git-reset-hard-command-to-change-a-commit-history
A git reset hard example: An easy way to undo local commits and shift head | TheServerSide
Sometimes, you commit changes to the master branch and realize you never should have. To roll back the HEAD and undo those commits, the git reset hard command...
git reseteasy wayhardexample
https://scrivocodice.it/video/git-reset-soft-vs-hard/
Git Reset Differenza Soft Reset Hard (Video) | Scrivocodice
Video di Scrivocodice su Git reset: differenza tra soft reset e hard reset (spiegato per chi inizia). Guarda spiegazione, esempi e approfondimenti tecnici.
git resethard videodifferenza