Git - Rename local branch

If you want to rename the current branch, you can do:

git branch -m <newname>

Last updated

Was this helpful?