Does idea git have the > icon that prompts when the file status changes like eclipse, or a similar icon?
阿神
阿神 2017-05-02 09:40:20
0
1
1199

Does idea git have a > icon like eclipse prompts when the file status changes, or a similar icon?

阿神
阿神

闭关修行中......

reply all(1)
小葫芦

The color of the file name will change

Refer to this link https://www.jetbrains.com/hel...

The list is very comprehensive

Move one to prevent link failure

Color File Status Description
Black Up to date File is unchanged.
Gray Deleted File is scheduled for deletion from the repository.
Blue Modified File has changed since the last synchronization.
Green Added File is scheduled for addition to the repository.
Violet Merged File is merged by your VCS as a result of an update.
Brown Unknown File exists locally, but is not in the repository, and is not scheduled for adding.
Olive Ignored File will be ignored in any VCS operation.
Light brown Hijacked File is modified without checkout. This status is valid for the files under Perforce, ClearCase and VSS.
Red Merged with conflicts During the last update, file was merged with conflicts.
Lilac Externally deleted File is deleted locally, but was not scheduled for deletion, and still exists in the CVS repository.
Dark cyan Switched The file is taken from a different branch than the whole project. This status is valid for CVS and SVN.
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template