-- 本地分支回滚到指定版本
git reset --hard <commit ID号>
-- 强制推送到远程分支
git push -f origin <branch name>
本文标题:git 本地回滚和远程回滚
本文链接:https://www.haomeiwen.com/subject/ldcdcctx.html
网友评论