Rename git branch

If on a branch you want renamed

1git branch -m new-name

If on a different branch

1git branch -m old-name new-name

Posts in this Series