我的起源有一个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)