🔀Git

git reset & git revert

git resetgit revert 有一明显区别:

git revert 指哪打哪,即 git revert <commit-hash> commit-hash 即为revert目标

git reset <commit-hash> 要操作的commit-hash 需要为目标hash上一个即更早commit的那个commit-hash

最后更新于

这有帮助吗?