创建远程分支: git push origin master:develop (将本地master分支push 到远程develop 分支) 删除远程分支: git branch -d -r origin/develop (删除远程develop分支)