提交合并代码流程:

git add .
git commit -m ''
git push
git checkout master
git merge develop //将develop 分支与master分支合并
git push //将合并的本地master分支推送到远程master

相关文章:

  • 2021-12-19
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-05-01
  • 2021-06-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-06-19
相关资源
相似解决方案