I'm in the
Your branch is ahead of 'origin/master' by 2 commits.
(use "git push" to publish your local commits)
state after making and committing some changes in my local master branch.
How do I pick off the local changes into a new branch?
My desired outcome is: local/master is synchronized with origin/master, and I have a local branch with the two commits in it.