git 删除远程分支 2017-11-16 本文已影响974人 skills git 删除远程分支 查看远程分支 git branch -a 删除远程分支 git push origin --delete <branchName>