//新建分支
git checkout -b newBranch
//推到远程origin git push
--set-upstream origin newBranch

 

相关文章: