rename a git branch locally and remotely code example
Example 1: rename branch git
git branch -m <new_name> //currenct branch switch name
git branch -m <select_branch_name> <new_branch_name>
Example 2: git rename branch
git push origin –u new-name