Git刪除錯誤提交的commit

FrankYou發表於2015-07-21
    git reset --hard <commit_id>
    git push origin HEAD --force

 

相關文章