当前位置:   article > 正文

git 合并分支到master_git推送 与远程仓库master合并

git推送 与远程仓库master合并

首先切换到master分支上

git checkout master
  • 1

将最新代码pull下来

git pull origin master
  • 1

将分支**合并到master上

git merge **
  • 1

查看状态是否合并成功

git status
  • 1
  • 一般显示这个就操作成功了
    Your branch is ahead of ‘origin/master’ by 8 commits.

最后将代码push到远程master上

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

闽ICP备14008679号