I checkout my own private branch on svn like this:
git svn clone svn://server/cfe/project/branches/fb_oz_3173_email
Now I am on the branch master
.
I would like to:
- rename this branch to
fb
- add branch called master which tracks the remote
svn://server/cfe/project/trunk
I can't get it right. Can someone give me a lead?
update
- the first part is easy:
git branch -m fb