Reputation: 1044
we're using eclipse Oxygen.1a, release 4.7.1a. Earlier my eclipse was running slow and i was trying some things to speed it up(like disabling automatic updates, disabling validations etc. from this thread: How can you speed up Eclipse?). I also tried steps mentioned in few blogs. I dunno which exact thing did this, but now i can no more see the git sync status for my projects in package explorer view, it looks like this:
Whereas earlier, against the project name it used to show [master], up or down arrows -> indicating the sync status with remote repo. It also used to show a ">" sign indicating the file is changed when compared to git repo... It doesn't show any of these properties any more. (Below is an image how it used to look like earlier - project name removed):
What i tried so far, i restored eclipse properties to its defaults and also tried to google this issue, but to no avail. If anyone has faced similar issue and can help, that will be greatly appreciated.
Upvotes: 2
Views: 7263
Reputation: 12672
Go to
Preferences -> General -> Appearance -> Label decorations
to see if Git
is enabled.
Upvotes: 1