modifier un nom de branche git

C++
Renommer la branche actuelle:
git branch -m <newname>
Source

Also in C++: