Revert

创建一个新的 commit 来抵消(撤销)另一个 commit 的修改


git revert <commit-hash>
# 例:git revert a1b2c3d