Delete Local and Remote Branches

PHOTO EMBED

Thu Dec 02 2021 19:13:18 GMT+0000 (Coordinated Universal Time)

Saved by @atfingertips #git

git checkout <old_name>
git branch -m <new_name>
git push origin -u <new_name>
git push origin --delete <old_name>
content_copyCOPY