How to remove a file from the index ( = staging area = cache) without removing it from the file system?
git reset HEAD
for removing a particular file from the index.
and
for removing all indexed files.