Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

egit does not show label decorations

Tags:

git

eclipse

egit

I am a git beginner.

I have created a git repository with 4 eclipse projects.

A while I was committing and pushing with the git command.

After that, I installed EGit for eclipse. In "Git repository exploring" perspective I added an "existing local repository" and I am able to commit and push changes from this perspective.

The problem is that, in any persective, eclipse does not decorate labels according to Window -> Preferences -> Team -> Git -> Label Decorations. Or more directly said - I cannot see uncommited changes in the project tree.

Any suggestions?
Thanks!

like image 799
elkarel Avatar asked Jan 03 '13 21:01

elkarel


1 Answers

OK I just saw the answer here: Eclipse and EGit

I had to manually add each of the eclipse projects right click -> Team -> Share -> Git -> Finish.

Why do these answers appear when you have just asked? :-)

like image 163
elkarel Avatar answered Oct 09 '22 01:10

elkarel