问题描述
idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?
问题解答
回答1:
文件名的颜色会变化吧
参考这个链接 https://www.jetbrains.com/hel...
里面列的很全面了
搬运一个防止链接失效
ColorFile StatusDescriptionBlackUp to dateFile is unchanged.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
GrayDeletedFile is scheduled for deletion from the repository.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
BlueModifiedFile has changed since the last synchronization.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
GreenAddedFile is scheduled for addition to the repository.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
VioletMergedFile is merged by your VCS as a result of an update.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
BrownUnknownFile exists locally, but is not in the repository, and is not scheduled for adding.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
OliveIgnoredFile will be ignored in any VCS operation.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
Light brownHijackedFile is modified without checkout. This status is valid for the files under Perforce, ClearCase and VSS.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
RedMerged with conflictsDuring the last update, file was merged with conflicts.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
LilacExternally deletedFile is deleted locally, but was not scheduled for deletion, and still exists in the CVS repository.
![idea git有像eclipse一样文件状态改变的时候提示的 > 图标吗,或者类似的图标?]()
Dark cyanSwitchedThe file is taken from a different branch than the whole project. This status is valid for CVS and SVN.