eolas/neuron/465c3f1a-96c8-4f3f-9682-19d3ebacfb4a/Rename_a_branch.md

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>