git相关操做总结

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

    #git reset --hard HEAD~1it

    #git push --forceco

二、修改最后一次提交push

    #git commit --amendcommit

    #git push --force

相关文章
相关标签/搜索