Android studio git 已提交的远程代码回滚
2021-12-14 本文已影响0人
坑逼的严
比如这个提交是我们要回退的内容
image.png
然后我们选中右键选中revert commit
image.png
然后在控制台输入命令
git push origin dev:dev
比如这个提交是我们要回退的内容
image.png
然后我们选中右键选中revert commit
image.png
git push origin dev:dev