美文网首页
通过orphan分支删除git所有历史

通过orphan分支删除git所有历史

作者: helphi | 来源:发表于2017-12-11 12:00 被阅读0次
    git checkout --orphan new
    git commit -m "init"
    git branch -d master
    git branch -m new master
    git push --set-upstream origin master -f
    

    相关文章

      网友评论

          本文标题:通过orphan分支删除git所有历史

          本文链接:https://www.haomeiwen.com/subject/gmliixtx.html