git撤销远程commit

git reset --hard [commit_id]
git push origin HEAD --force
原文地址:https://www.cnblogs.com/smallredness/p/11205286.html