https://stackoverflow.com/questions/1628563/move-the-most-recent-commits-to-a-new-branch-with-git
Oct 27, 2009 · # Note: Any changes not committed will be lost. git branch newbranch # Create a new branch, saving the desired commits git checkout master # checkout master, this i