I have a project branch and a master branch in my Git project. I would like to make the project branch become the master branch. However, I would like to keep the old master branch as a side branch. How can I do this?
Current:
----------- master
    \______ project
What I want:
-------------------- project (new master branch)
    \______ master (old)
 
     
     
    