git 本地回滚和远程回滚

-- 本地分支回滚到指定版本

git reset --hard

-- 强制推送到远程分支

git push -f origin

你可能感兴趣的:(git 本地回滚和远程回滚)