commands to rename local and remote branches in git code example
Example 1: git rename local branch
git branch -m <oldname> <newname>
Example 2: change local branch name
git branch -m <newname>
git branch -m <oldname> <newname>
git branch -m <newname>