查看远程分支 git branch -a

更新远程分支 git remote update origin -p

删除远程分支  git push origin --delete 

 

相关文章: