Renaming a local branch
suggest changeYou can rename branch in local repository using this command:
git branch -m old_name new_name
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
You can rename branch in local repository using this command:
git branch -m old_name new_name