所以我们有一个主人,我创建了一个分支表格并在我的分支上进行了结帐然后我说git pull --rebase
我得到了消息:
当前分支没有跟踪信息。请指定要针对哪个分支进行变基。详见 git-pull(1)
git pull <remote> <branch>
如果您想为此分支设置跟踪信息
然后我做了一个git remote -v
,我得到了这样的链接:
origin http://github.blah.com/masterLink.git (fetch)
origin http://github.blah.com/masterLink.git (push)