Revert multiple git commits using CLI
In this post, I’m going to show how to revert multiple git commits in one go using CLI. Let’s say this is the git history A -> B -> C -> D -> E -> HEAD In this example, we want to revert back to commit B. In your Git Bash, run the following commands … [Read more…]