Last Updated: February 25, 2016
·
451
· nickaguilos

Deleting remote branches in git

when deleting a remote branch that you have deleted locally you can either use:

git push origin --delete <branchName>

or

git push origin :branchName