1 git checkout -b 需要创建的分支名 origin/master(表示某个远程分支)

2 git push --set-upstream origin 分支名 , 将新分支提交到远程代码库

相关文章:

  • 2022-02-09
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-12-19
  • 2022-12-23
  • 2022-01-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2022-02-08
  • 2022-02-09
相关资源
相似解决方案