Deleting branches

PHOTO EMBED

Wed May 03 2023 13:14:58 GMT+0000 (Coordinated Universal Time)

Saved by @Kristi

// delete branch locally
git branch -d localBranchName

// delete branch remotely
git push origin --delete remoteBranchName
content_copyCOPY

How to delete a branch locally and remotely

https://www.freecodecamp.org/news/how-to-delete-a-git-branch-both-locally-and-remotely/