After working for some time with SVN I decided to try git with my new django project and installed the plugin for it into eclipse. I made a new pydev project and added django initial project files to the src directory. Then I ‘shared’ the project to Git, added and commited all files. Now I have strange problems – all files except ‘manage.py’ are ‘up to date’ and manage.py has a strange icon that means it is ‘staged’. What does this mean? I tried to google for it, but without success. 🙁
Thanks beforehand.
It means your file has been added to the index.
As described in The Thing About Git
The Index is also sometimes referred to as The Staging Area.
If you look to the latest change logs of egit (the eclipse Git plugin), you will see they are still fiddling with how ‘staged’ files are managed, se the more recent your egit plugin is, the better 😉