Last Updated: February 25, 2016
·
958
· cironunes

Delete a remote branch on git

$ git push origin --delete [branch-name]

or

$ git push origin :[branch-name]

3 Responses
Add your response

An interesting tip to have always in hand, specially now that we'll be using Git full-time :)

over 1 year ago ·

I was JUST looking this up today

over 1 year ago ·