git相關操做總結

一、撤銷最新的一次提交git

    #git reset --hard HEAD~1it

    #git push --forceco

二、修改最後一次提交push

    #git commit --amendcommit

    #git push --force

相關文章
相關標籤/搜索