git push origin 本地分支:远程分支
git branch --set-upstream-to=origin/远程分支 本地分支
git checkout -b 本地分支名 远程分支名
git 操作
原文:https://www.cnblogs.com/lyprecords/p/14592842.html