Rename Local Branch

Rename Current Branch

git branch -m <newname>

Rename Given Branch

git branch -m <oldname> <newname>