赞
踩
想要撤销push将代码还原为commit之前的样子,就要用到git reset 命令。
git log
git reset --soft comitId
git push origin 分支名 --force