$ git branch -a * SocialAct master remotes/origin/HEAD -> origin/master remotes/origin/SocialAct remotes/origin/social
I want to delete
git push origin :social But you need to delete locally as well, before or after.
git push origin :social