I have been using Egit and Eclipse together for over a year now. Recently, I updated my computer and I had to reinstall everything. Previously, whenever I made changes to a file, it was immediately selected by Egit and displayed with a red highlight and a star next to the file name in the project explorer.
Everything works for me and it works as it was, however whenever I make changes, the changes do not pick up Egit. I need to execute 'git status' so that the files appear ready to be installed in the file explorer. Am I doing something wrong so that Egit automatically detects modified files and does anyone else have this problem?
source share