0

我的帐户中有一个回购,它不是从任何地方分叉的。但是当我尝试在其中一个分支中执行 git pull 时,我收到了这条消息:

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> mybranch

这样做git branch --set-upstream-to=origin/mybranch mybranch解决了问题。
但这与 有何不同git remote add upstream URL

任何建议都非常感激。提前致谢。

4

0 回答 0