I don\'t want to rename a remote branch, as described in Rename master branch for both local and remote Git repositories.
How can I rename a local branch wh
If you want to:
git branch -m git push origin: old-name new-namegit commit
git push origin new_branch_name:mastergit statusgit checkout