I accidentally made two commits on my master branch and now I want to rebase them both onto a new branch.
Here you can see the initial situation...
-- -- -- C1 C2 (master)
\
(new-feature-branch)
...and how it should look in the end:
-- -- -- (master)
\
C1 C2 (new-feature-branch)
Thanks for youre help