gpt4 book ai didi

eclipse - 不使用egit将git项目导入工作区

转载 作者:太空狗 更新时间:2023-10-29 13:15:25 25 4
gpt4 key购买 nike

几周前我问了一个与 Egit 相关的问题,有人建议我阅读我一直在引用的 pro git。我宁愿从命令行使用 git 并等待 egit 的稳定版本与 6 月份的 Eclipse Indigo 版本一起发布,因为有很多错误并且它往往会使我的想法停滞不前。

因此,为了尝试一下,我将我的工作目录复制到一个新位置,创建了一个 git repo & init,然后将所有文件添加到工作目录中。我的想法是我可以从命令行控制所有 git 功能,然后在 eclipse 中使用 F5 -refresh 以便任何 git 操作都会反射(reflect)在项目中。

首先,我不确定这是否是一个好方法...还有很多关于 git、eclipse 和 egit 我不完全理解的地方。

但目前我的主要障碍是我不确定如何从我复制到 eclipse 项目中的工作目录中获取文件,我查看了可用的导入选项并尝试了一些,结果没有看起来很像我最终使用 egit > 从 git 导入项目的项目。当我使用“从 git 导入项目”时,所有数百个 src 文件夹、jar 和其他资源都显示在正确的位置。

我意识到这可能是一个愚蠢的问题,我在需要知道的基础上学习东西。我对 eclipse 的认识有很多漏洞。

如有任何帮助、见解或指导,我们将不胜感激。

最佳答案

So to try it out I copied my working directory to a new location created a git repo & init then added all the files in the working directory.

您不必复制任何内容。如果您已经有一个 git 存储库,您可以将它克隆到 Eclipse 的工作区中。如果您有 Eclipse 项目中的代码,您只需在项目目录中执行 git init

My thought was I could control all the git functions from the command line, then use F5 -refresh in eclipse so that any git operations would be reflected in the project.

是的,这是一个有效的工作流程。我在 Eclipse 的工作区中有我的存储库。 git 操作后,我只需使用 F5 刷新 Eclipse 中的文件。如果将来您确实想使用 egit,您只需在那时将其指向现有存储库即可。

I've looked at available import options & tried a few & the results don't look anything like the project I ended up with using egit > Import projects from git. When I used 'Import projects from git' all the hundreds of src folders, jars & other resources showed up in the correct place.

至于导入,我假设您的存储库中已经有一个 .project 文件,因为从 egit 导入时会自动处理 jars 和资源。您应该使用现有的 .project 文件导入。转到文件 -> 导入 -> “现有项目到工作区”。将它指向您 checkout 的存储库,它将正常工作。

关于eclipse - 不使用egit将git项目导入工作区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5243568/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com