先切换到指定分支:该分支必须是非受保护的分支,才能推送远程成功; 回滚到指定的版本 e377f60e28c8b84158:指定的版; git reset --hard e377f60e28c8b84158; git push -f origin 指定分支 来源:博客园作者:阿江大叔链接:https://www.cnblogs.com/dongjiang/p/11413872.html 标签 回滚 git