如何在现有项目中从 Eclipse 中的 GitLab 拉出一个新分支

How can I pull a new branch from GitLab in Eclipse in an existing project

我刚开始使用 Eclipse 和 GitLab。在 Eclipse 中,我拉了我的 ABranch。现在我在 GitLab 中创建了一个额外的分支,但我无法在 Eclipse 中获取新分支。

你能不用命令帮助我吗?

我试图通过右键单击我的存储库从上游获取,但我只能在远程跟踪下看到我的 'origin/Abranch'。我无法让我的 Master 和 Testtesttest 进入。 获取说一切都是最新的。 我在下面有截图。

Screenshot (empty) fetch results, here I expected my Master and Testtesttest

在您的项目根位置尝试git fetch

毕竟 Eclipse 中的错误很可能是问题所在。 我也有 Eclipse 在某些时候冻结。它已通过以下更新修复: https://www.eclipse.org/forums/index.php/t/1099477/