当前位置:   article > 正文

git使用之合并分支

git使用之合并分支
git config --global core.editor vim   //修改默认编辑器为VIM 

git checkout master  //切换到master分支

git branch -a   // 查看需要合并的分支名

git merge 分支名 // 
//输入commit 

花时间解决冲突  

git push origin  master   //上传code 

git log --graph    //查看历史提交
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14

在这里插入图片描述
在这里插入图片描述
master分支 变化了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/607781
推荐阅读
相关标签
  

闽ICP备14008679号