--- tags: [git, procedural] --- # Rename a branch ### In local development ```bash git branch -m ``` ### Update the remote ```bash git push origin -u ```