Skip to main content

Deleting Branches

Delete Local Branch

git branch -d some-branch

Delete Remote Branch

git push origin --delete some-branch