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.
我目前正在使用 PyCharm,似乎没有git add -u. 我也没有看到影响 git index 的显式命令。这是因为我看的不够仔细吗?还是 PyCharm 和其他 JetBrains IDE 回避它并更多地依赖本地历史,这本身就很强大?
git add -u
此功能尚不存在。您将不得不使用 CMD 或终端进入您的目录,然后使用 git 执行您需要它执行的操作。然而,这些更改将显示在 PyCharm