The Git Undo Toolkit – Part 3 – How to Undo Committed Changes in Git?
So far we have covered how to undo your mistakes in git working directory and staging area. In this blog post, we are going to learn how to undo committed changes in git. Say you have committed some changes and then realized that you made a mistake and now you want to fix that mistake. … Read more