【发布时间】:2016-03-30 04:05:08
【问题描述】:
我正在开发一个同事创建的新分支。我已经提交了所有更改,当我尝试git pull 时,它给了我一个错误:
$ 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> kiet_tnp
$
我该怎么办?没有git pull,我无法推送我的代码。
【问题讨论】:
标签: git github git-branch git-pull