There was an error while loading. Please reload this page.
change the name of your local branch: git branch -m my-new-branch-name
git branch -m my-new-branch-name
push the new branch on top of the old one: git push origin :old-branc-name my-new-branch-name
git push origin :old-branc-name my-new-branch-name