赞
踩
一:撤销上一次commit提交,但不删除修改的代码
可以使用使用VSCode
二:使用 git reset --hard命令删除提交时,将会删除该提交及其之后的所有更改(相当于你想要回滚到的提交的提交ID)
git reset --hard
git reset --hard 版本号