I am using the git plugin for Eclipse. Some of my files are marked with a brown asterisk. What does it mean? Where can I find documentation for what the rest of the git icons mean in Eclipse?
+4
A:
I'm not familiar with git, but when using svn with Eclipse, the white star on the brown square means you have made changes to the file since the last time you updated it. The gold cylinder, on the other hand, means you have not made changes so the local file is identical to the repository version. So it must mean something that is roughly equivalent to that in git.
MatrixFrog
2009-12-30 05:33:09
+5
A:
This page should give you a good rundown of what the icons mean for GIT in eclipse
Arch
2009-12-30 06:11:55
+1 looks like the one. Welcome to SO Arch!
fupsduck
2009-12-30 06:22:54
+2
A:
Michel Kogan
2009-12-30 06:12:58
I looked there too but did not find the icons the asker asked about. See Arch.
fupsduck
2009-12-30 06:26:31
Michel Kogan
2009-12-30 09:14:45