Newbie with git here. I have a Remote Repository, cloned on my PC. It's on the master branch and git push/pull to the remote works.
Now, I want to completely start over, but keep the repository. I would like to move the current master branch into a new branch and clone that separately (so that I have it and can even still work on it) and make a new branch the master branch.
In SVN, I would copy /trunk to /branches/old (and check that out) and delete everything in /trunk. What would be the git equivalent of this?