If you git revert the last commit, you're doing version control wrong. Use git reset --hard instead. It's the choice that makes sense in most scenarios. The other nice thing that happens when you git ...
Community driven content discussing all aspects of software development from DevOps to design patterns. I published an article recently on how to perform a hard git reset, but one of the questions ...