To delete a local branch in git I use git branch -d, but how do I safely remove a remote branch?
git branch -d
I would like to delete it only when the remote bra
Just to point out that for unmerged branches it seems the option now is --no-merged as explained on http://git-scm.com/docs/git-branch