I using Grit/Git as a database to track files added to a blog.
I can't find any example of how I would delete a file from the index. I still want to be able to have the file in my Git history (being able to get it by going back in commit history), but I want to remove it from my current HEAD.
Any tips or tricks?