git 本地回滚和远程回滚 2019-06-27 本文已影响0人 贾慧斌 -- 本地分支回滚到指定版本 git reset --hard <commit ID号> -- 强制推送到远程分支 git push -f origin <branch name>