There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

git branch --set-upstream-to=origin/<branch> develop

 

git branch --set-upstream-to=origin/<branch> develop

相关文章:

  • 2022-12-23
  • 2021-07-18
  • 2021-11-05
  • 2022-03-01
  • 2021-06-05
  • 2021-08-23
猜你喜欢
  • 2022-02-13
  • 2021-12-12
  • 2022-01-05
  • 2021-06-18
  • 2021-07-18
  • 2022-12-23
相关资源
相似解决方案