I was able, in Eclipse, to add a file to index when I think it was already added.
The asterisk in the lower right corner showed up.
Does this mean that the file was not in fact already added?
If I create a new file while Git/Eclipse warn me that such a file will not make it into Git without first adding it to the index?
In general, are there circumstances when you will not be warned about a file that needs to be pushed to a remote repo so that it will not potentially be lost?
