Reputation: 3457
Eclipse indicates I have files changed under my project root folder, but clearly there aren't any. To help you see the issue I've attached a screen shot below
See that >
mark next to my project root folder? That indicates I have changed files, but none of the sub-folders have that mark. This is important because now it does not let me switch to another branch unless the changes are committed.
Here's the steps to reproduce my problem (at least how it happened on my machine):
>
mark, but if I look into the files they are identical to the remote origin/develop branch that I cloned off before - NOT CHANGED.>
marks are gone except for the one pointing to my project root folder.Is this an Eclipse related issue? Or is there something I did wrong? Please help, I'm lost!
Upvotes: 0
Views: 280
Reputation: 15886
As i can see from your image there is one untracked file in your project thats why you are getting >
sign on root of your project.
To clean it:
Upvotes: 1