1. 强制回滚
git reset --hard branchname commitid
2. 回滚后强制提交
git push origin development --force
以上
本文共 153 字,大约阅读时间需要 1 分钟。
1. 强制回滚
git reset --hard branchname commitid
2. 回滚后强制提交
git push origin development --force
以上
转载于:https://www.cnblogs.com/blackbentel/p/10725171.html