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.
如何使用 Intellijj IDEA 工具从 Intellijj IDEA 项目中的 Git 索引中删除文件?
我认为您可以以这种方式对 IntelliJ 进行的唯一操作是使用“修改提交”功能。
当您下次提交时,会出现一个名为“修改提交”的复选框(右上角)。如果您选择它,它将允许您更改提交消息并将文件添加到先前的提交。
至于对索引的进一步操作,例如撤消一些提交。看看命令行和 git reset 命令。
git help reset