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.
我正在尝试为我的一个项目制作任务列表。该项目位于 git 存储库中,我在各种不同的计算机上进行处理。我想要的是将我所有的任务存储在我的 git repo 中,这样无论我在哪里使用 Eclipse,我都可以看到我的任务。
Mylyn 任务列表似乎没有提供无缝的解决方案来在我的 git 存储库中读取和写入我的任务。你有什么建议吗?
您可以更改 Mylyn 将其文件保存到工作空间内的某个位置的路径。然后你应该能够像其他所有东西一样使用 git 管理文件。不过,我不知道这种方法的多用户支持。
git 只能跟踪文件,因此您需要导入/导出任务并将其存储在 repo 中的文件中。