We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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