Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 248 Bytes

rename_branch.md

File metadata and controls

15 lines (10 loc) · 248 Bytes

Rename branch

When branches get of to a wrong start

# Current branch
$ git branch -m <newname>

# Point to branch
$ git branch -m <oldname> <newname>

References