git changing master branch

git checkout new-master
git branch -m master old-master
git branch -m new-master master

Leave a Reply