SyntaxFix
Write A Post
Hire A Developer
Questions
Perform a push in your remote using : before the name of the branch
:
git push origin :mybranchname
being origin the name of your remote and mybranchname the name of the branch about to be deleted
origin
mybranchname
http://help.github.com/remotes/