eolas/neuron/4b287b8f-7cfc-4a71-abfb-8064380428b8/Rename_a_branch.md
2024-10-20 22:00:04 +01: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>