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 有一段时间了,现在我想用 eGit 进行 Eclipse 集成。
我对“添加到索引”操作行为有疑问。它的行为与git add命令完全一样吗?
git add
让我们考虑以下示例:
哪个版本的文件将提交到存储库中?如果“添加到索引”的行为类似于git add它应该是 ver1。但它会是ver1还是ver2?
好的,因为没有人愿意回应我做了一些实验,看起来 eGit Add to index 的行为类似于git add。
在项目节点上“单击团队”>“添加到索引”。(此菜单项在旧版本的 Egit 上名为 Add。)
请参阅EGit/用户指南 - Eclipsepedia