eolas/neuron/cd6bdaba-031a-4daf-adf2-ef3b075243e6/Rename_a_branch.md
2024-11-04 14:07:03 +00:00

192 B

tags
git
procedural

Rename a branch

In local development

git branch -m <old_name> <new_name>

Update the remote

git push origin -u <new_name>