I cloned an SVN repository down and I've been working on master - checking things in locally - but I haven't yet pushed to SVN.
Now, I've decided I want to push my local changes "on master" to a new SVN branch (not to the main trunk).
What is the best way to do that? Should I create a branch in SVN as well as locally on HEAD of master ... and then tie them together? Do I need to identify where either started from etc?
Not sure of the proper set of commands or the proper "Git way" to do this.