Skip to main content

Deleting Branches

Local Branch

git branch -d some-branch

Remote Branch

git push origin --delete some-branch