How can I rebase multiple branches at once?

后端 未结 5 602
说谎
说谎 2020-12-24 01:00

I currently work on a project in which SVN is used as a repository. Locally, I do several \"experiments\" with the code that I don\'t want to commit to the repo. Therefore I

5条回答
  •  离开以前
    2020-12-24 01:17

    As GoZoner answered, there's no way of doing this using the bare git commands, but it's doable to support this kind of rebasing through a script that combines various git plumbing commands.

    I wrote a working example, you can find it on github

提交回复
热议问题