1、git branch -r 查看远程分支有哪些 2、git checkout -b + 分支名 创建分支 3、git push --set-upstream origin + 刚刚创建的分支名 相关文章: