1.创建并切换至分支dsm_4.0.1.0
git checkout -b dsm_4.0.1.0
2.推送分支至远程服务器
git push origin dsm_4.0.1.0
3.设置上传流通道
git branch --set-upstream-to origin/dsm_4.0.1.0
1.创建并切换至分支dsm_4.0.1.0
git checkout -b dsm_4.0.1.0
2.推送分支至远程服务器
git push origin dsm_4.0.1.0
3.设置上传流通道
git branch --set-upstream-to origin/dsm_4.0.1.0