How do I rename a local Git branch?
If you want to rename a branch while pointed to any branch, do: If you want to rename the current branch, you can do: If you want to push the local branch and reset the upstream branch: And finally if you want to Delete the remote branch: A way to remember this is -m is for “move” … Read more