赞
踩
1.创建新Git 仓库
创建新分支 + New Branch
若已有分支,则在已有分支上checkout后,基于已有分支创建新分支
git clone http://IP/branchpath/projectname.git && git checkout dev_branch(分支名称)
2.合并分支到主分支流程
1)主分支 checkout 或pull 最新代码 ,且当前在主分支
2) merge 选择分支 into 主分支
3)最后Push代码到主分支上
4) 分支拉取主分支内容 Checkout and Rebase on “主分支”
3. 分支上新增py文件, 通过git ->Add
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。