git常用命令 1 year ago · 0 MIN READ #Git 远程分支版本回退 git reflog 或者 git log 查看需要回退版本的commit id git reset --hard 【commit id】 git push -f 强制推送远程分支 然后远程分支版本已回退 ··· Fu ZhengPei