-- 本地分支回滚到指定版本 git reset --hard <commit ID号>
git git reset --hard 4a2cf047
-- 强制推送到远程分支 git push -f origin <branch name>
git push -f orign master