GIT – Rename a git branch
… its so easy for the current branch: $> git branch -m <newname> … and for any branch too: $> git branch -m <oldname> <newname>
… its so easy for the current branch: $> git branch -m <newname> … and for any branch too: $> git branch -m <oldname> <newname>