如果你想回滚到某个commitID
git reset --hard commitID && git push origin HEAD --force
完成!慎用!
如果你是多人开发的环境的话,一定要确保好再用!