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.
如果我的 repo 是由 TortoiseGIT 创建并导入到 Eclipse,我应该使用 EGit 来操作 repo 吗?
我担心 repo 数据库会因为不同的客户端而崩溃。
是的你可以。与其他一些版本控制系统不同,所有 git 客户端都使用完全相同的 git 对象存储格式,并且通常并行使用它们是完全安全的。
您确实可以使用不同的 Git 客户端,我在同一个项目中使用过 SourceTree、Git 命令行(在 CYGWIN 内)和 EGit,从未遇到过任何问题。
应该没问题;两者都只是访问底层 Git 存储库的前端客户端。