Nov 18, 2020
Thanks 🙌🏻. You can, but that's not necessary: "After you’ve created the new branch, your unstaged uncommitted work will be waiting for you while you have checked out the new branch.".
So just keep edited work as-is and create a new branch on the previous commit as indicated and you can take your changes into the next commit (by adding them) and pushing them remotely.
Let me know if that makes sense :)