eolas/neuron/1b27e703-342c-4cda-a280-3c6903424ecd/Rename_a_branch.md
2024-11-05 15:14:05 +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>