eolas/zk/Rename_a_branch.md

173 B

tags
git
procedural

In local development

git branch -m <old_name> <new_name>

Update the remote

git push origin -u <new_name>