git8~rebase

作者: 摹喵居士 | 来源:发表于2019-06-25 13:41 被阅读4次

    2019.06.25

    git rebase

    • git stash
    • git pull --rebase
    • git stash pop
    • 手动解决冲突
    • git add -u
    • git rebase --continue
    • 如果此时提示No rebase in progress?则表示已经没有冲突了;否则上面两步要重复多次
    • git commit -m “xxx”
    • git push origin master

    相关文章

      网友评论

        本文标题:git8~rebase

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