Git 基本操作

查看远程分支:git branch -r

删除远程分支:git push origin --delete [branch name]

原文地址:https://www.cnblogs.com/jerry2005/p/3452535.html