关于[Git Reset, Revert and Checkout]的摘要:
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.
原文地址: https://dzone.com/articles/git-reset-revert-and-checkout