git新建分支并推送至远程仓库库
- 新建分支 git branch bra_name
- 切换分支 git checkout bra_name
- 推送 git push -u origin bra_name (之前得用git status确认是否为可以提交状态)
END
原文地址:https://www.cnblogs.com/famine/p/10036103.html
时间: 2024-11-05 14:39:00
END
原文地址:https://www.cnblogs.com/famine/p/10036103.html