Git -Rebase basierend auf dem Commit
git branch temp master^
git checkout topic
git rebase temp
git branch -d temp
Hilarious Horse
git branch temp master^
git checkout topic
git rebase temp
git branch -d temp