eolas/neuron/3cd71ed3-2c64-460c-92b8-94889befa1fe/Rename_a_branch.md
2024-12-27 14:21:56 +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>