git renaming branch code example
Example 1: rename branch git
git branch -m <new_name>
Example 2: edit branch name git
$ git checkout Branch-Name-You-Want-to-Change
$ git branch -m New-Branch-Name
git branch -m <new_name>
$ git checkout Branch-Name-You-Want-to-Change
$ git branch -m New-Branch-Name