Next git-rebase: why and how 19

What if you might not like it?

Happy?

        git checkout feature
        git reset --hard feature-rb
        git branch -D feature-rb

Unhappy?

        git checkout feature
        git branch -D feature-rb



Next