What I need to do: I have ten commits that are on master. I need to move those commits to a new branch. I have been periodically pulling, but I haven't pushed my work yet. How can I make my ten commits into a new branch that I can then push?
I've tried following the steps in this question here, but they don't work. Specifically, when I do the rebase, all I end up with is commits on master, none on my new branch. No commits are ever moved to the new branch, and I don't see how that would be possible given the steps provided in the question.