Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人能帮我吗?当它告诉我我有一个分离的头时,我试图同步到我的 GitHub 项目的一个分支。我如何解决它?
这是一个屏幕截图:
非常感谢!
看来您不再在分支上
尝试:
git branch myBranch git checkout myBranch
这应该会让你回到你想去的地方。
或者你可以检查你认为你所在的分支
git checkout myBranchThatIThoughtIWasOn