Move the most recent commit(s) to a new branch with Git
How do I move my recent commits on master
to a new branch, and reset master to before those commits were made? e.g. From this:
Move the most recent commit(s) to a new branch with Git
How do I move my recent commits on master
to a new branch, and reset master to before those commits were made? e.g. From this:
Is it possible to rebase _multiple_ local branches onto master with a single command?
I use local feature branches to keep track of multiple small pieces of work, represented below by feature-#
branches.