https://blog.csdn.net/pengshengli/article/details/107223975
1.git checkout current_branch 切换到当前分支current_branch
2.git pull 拉取最新的
3.git checkout -b new_branch 基于当前的分支,创建new_branch分支
4.git push origin new_branch 推送到线上
https://blog.csdn.net/pengshengli/article/details/107223975
1.git checkout current_branch 切换到当前分支current_branch
2.git pull 拉取最新的
3.git checkout -b new_branch 基于当前的分支,创建new_branch分支
4.git push origin new_branch 推送到线上
本文标题:git在分支的基础上建分支
本文链接:https://www.haomeiwen.com/subject/vyjilrtx.html
网友评论