Reset, Revert and Checkout in Git
Git toolbox provides multiple unique tools for fixing up mistakes during your development. Commands such as git reset, git checkout, and git revert allow you to undo erroneous changes in your repository.
Because they perform similar operations, it is...
kolosek.hashnode.dev
Ghost
Self-employed software developer, artist, writer.
This is actually a very good git reset article, the diagrams made it a lot easier to understand, thanks for sharing.