.marker-timeline
- Renamed to
new_name
$ git branch -m <new\_name>
- Push and reset
$ git push origin -u <new\_name>
- Delete remote branch
$ git push origin --delete <old>
#â Source Code
- \*\*Renamed\*\* to `new\_name`
shell script
$ git branch -m
- \*\*Push\*\* and reset
shell script
$ git push origin -u
- \*\*Delete\*\* remote branch
shell script
$ git push origin --delete
{.marker-timeline}
Comments