git branch -m oldname newname

Syntaxe simplifiée pour renommer la branche courante :

git branch -m newname

Source Stackoverflow