查看远程分支
git br -a
删除远程分支
git push remote-name(origin) --delete remote-br-name
Git删除远程分支
原文:http://www.cnblogs.com/jackpang/p/3551026.html