git 新建分支 并push 到origin

//新建分支
git checkout -b newBranch
//推到远程origin git push
--set-upstream origin newBranch
原文地址:https://www.cnblogs.com/hill-foryou/p/10969598.html