1、首先在test分支上进行
    git add .
    git commit -m "test"
    git push
2、切换到master上
    git checkout master
    git merge test 
    git push

 

相关文章:

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