Deleting a remote branch:
git push origin --delete <branch>
Deleting a local branch:
git branch --delete <branch>
Categorieën
Git