How can I rebase multiple branches at once?

后端 未结 5 604
说谎
说谎 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:29

    This cannot be done directly in git, however it can be automated using git-assembler.

    To quote my similar answer in https://stackoverflow.com/a/62835799/2792879, here's a direct link to the example in the documentation for rebasing local branches

提交回复
热议问题