将本地branch basic提交到remote的basic上:

git push origin basic:basic

 

将remote的 basic branch更新到本地的 basic branch上:

git fetch 

git merge basic

(尽量不要用 git pull,会隐藏很多细节)

相关文章:

  • 2021-08-08
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2022-12-23
  • 2021-10-28
  • 2022-01-11
  • 2021-11-01
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
相关资源
相似解决方案