Git 線上倉庫回退到指定的版本

比如說,我想將線上倉庫的版本回退到紅線的這個版本   那麼我需要, git   pulll   git   reset --hard  commit_id  (hash值) git   push  origin HEAD --force (如果不成功,請去掉git分支保護 ,https://www.jianshu.com/p/91ff63095a11)
相關文章
相關標籤/搜索