我的起源有一个fixes和一个fixes_v3分支。我的客户刚刚fixes。我做了一个git pull git+ssh:/.../mygitrepo,突然在我的客户端上我有了分支fixes_v3中的所有代码。fixes为什么会发生这种情况?现在我尝试git pull ... mygitrepo fixes,它只是告诉我它是最新的。
git remote show origin给出了这个:
HEAD branch: fixes
Local refs configured for 'git push':
fixes pushes to fixes (fast-forwardable)
master pushes to master (up to date)