git將項目退回版本

1.查看commit日誌 # git log 得到提交日誌 2.退回到指定的版本(例如第一條) # git reset --hard  5db0bf4876403f238175d0a1522cc939bfd7c346 3.同步遠程代碼倉庫 # git push origin <分支名> --force 例如的我這個項目在storage分支 # git push origin storage --f
相關文章
相關標籤/搜索