Git Rename Branch Local Remote
Git
How to Rename Git Local and Remote Branches
```bash ## Local git branch -m
git push origin –delete
git push origin
git push origin -u
How to Rename Git Local and Remote Branches
```bash ## Local git branch -m
git push origin –delete
git push origin
git push origin -u