什么是IntelliJ IDEA中的变更列表?


Answers:


68

变更表,使用Git使用时,是分裂的指数(即文件已添加到GIT)为逻辑文件集的方式。请参阅在IntelliJ IDEA中本地使用Git

这些变更列表可以代表您想要的任何内容(任务,修订,合并等),但它们不是git commits。

您可以提交一个或多个变更列表。

默认变更列表

当您将文件添加到Git索引时,IntelliJ IDEA会将文件添加到默认更改列表,名为...“默认”。


10
您能否建议任何Git GUI具有像IntelliJ IDEA这样的变更列表功能?
滑翔机2015年


2
那么,它仅是IDEA功能吗?例如,我可以在终端中管理变更列表吗?
xotonic

@xotonic我不知道能够操作IntelliJ IDEA更改列表的CLI命令(jetbrains.com/help/idea/managing-changelists.html)。
VonC
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.