eolas/neuron/7aecd932-b02d-45ea-9d19-2a719b326be7/Rename_a_branch.md
2024-12-01 19:45: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>