git command to rename current branch code example
Example 1: rename branch git
git branch -m <new_name>
Example 2: rename branch git
git branch -m <new_name> //currenct branch switch name
git branch -m <select_branch_name> <new_branch_name>
Example 3: git rename branch
git push origin –u new-name