I am having a bit of a problem here with git. I have a drupal set up. I have the proper .gitignore set up.
everytime i do git add . and git status. i get index file corrupt error.
I followed this How to resolve "Error: bad index – Fatal: index file corrupt" when using Git to fix it, but it keeps coming back. I tried removing entire .git folder. but it didnt work.
Does anyone know how to fix this?