【发布时间】:2017-04-14 12:52:26
【问题描述】:
我在分支 B。 签出分支 A 时,我收到一条消息,指出我在分支 A 后面提交一次。
git checkout A
Switched to branch 'A'
Your branch is behind 'origin/A' by 1 commit, and can be fast-forwarded.
但是在我自己的分支上,我不能执行 git pull A 因为它说 A 似乎不是存储库。
我也很困惑,因为当我执行git merge A 时,消息是这已经是最新的了。当我落后一个提交时,这怎么可能?
我能做什么?
【问题讨论】:
标签: git branch git-branch