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.
对我来说,文件中很少有不应该提交给 VCS 的更改行是很常见的。对于这种情况,我:
是否可以简化此工作流程?是否可以将行标记为“不可提交”?
将这些更改放在单独的更改列表中,例如Don't Commit。像往常一样提交您的默认更改列表或特定于任务的更改。IntelliJ IDEA 将处理其余部分。
如果您启用选项以在|中显示更新项目对话框。,你会看到:Version ControlConfirmations
Version Control
Confirmations
清理选项将取决于 VCS 集成,因为git支持存储,对于其他 VCS 系统,您可能只有一个Shelve选项。
git
Shelve
这适用于每个文件,没有选项可以忽略特定行中的更改。