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
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