203 B
203 B
categories | tags | ||
---|---|---|---|
|
|
Rename a branch
In local development
git branch -m <old_name> <new_name>
Update the remote
git push origin -u <new_name>
categories | tags | ||
---|---|---|---|
|
|
git branch -m <old_name> <new_name>
git push origin -u <new_name>