this happens to every developer time-to-time. You start coding a new feature and forget to branch first locally.
So if that happens is there a way I can say hey, transf
Would it not work to stash your changes, create a new branch and then reapply your stash to the new branch?