How can I rebase multiple branches at once?
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 use git locally on top of the SVN working directory and use multiple branches for different "experiments". So it looks e.g. like this. C0 ---- C7 (master) \ \---- C1 ---- C2 ---- C4 (exp1) \ \ \ \ \ \---- C3 (exp2) \ \ \ \---- C5 (exp3) \ \---- C6 (exp4) On branch master I want to have the untainted SVN repo, i.e. C0 is SVN Repo Revision x and C7 is SVN Repo Revision x + n. Is it somehow easily possible to rebase all the exp