标签:手机号 str 切换 git fatal 分支 modify phone color
理房通git开发流程
1.在worker用户下拉主干
git clone url
2.创建并切换到分支
git co -b fixAcc
3.在分支上建开发环境并开发
php init
4.提交本地分支
git commit -m "修改账户信息中的手机号"
5.将分支推向源端
#git pull origin modify_telephone_branch
#fatal: Couldn‘t find remote ref modify_telephone_branch
git push origin modify_telephone_branch
修改测试成功!
6.切换到主干分支,将分支开发合并的主干
7.将主干代码推向源端。
8.源端主干和分支代码合并
9.发版上线
标签:手机号 str 切换 git fatal 分支 modify phone color
原文地址:http://www.cnblogs.com/shijianchuzhenzhi/p/6812301.html