当前分支合到master
git checkout master // 切换到master
git pull origin master // 把远程master代码pull下来
git merge dev // 把dev分支的代码合并到master上
git status // 查看状态
git push origin master // push到远程master上

相关文章:

  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
  • 2021-06-19
  • 2021-06-18
  • 2021-05-20
  • 2021-09-30
猜你喜欢
  • 2022-01-01
  • 2021-06-15
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案