Can someone tell me what does it mean when the index of a file in git has been deleted? Those files are flagged in red in my VS Code, but I still can modify the file and push the changes to a remote repository which will reflect those changes. I think this all happened when I cleared the cache in git with the command "git rm --cached . " . I accidentally pushed the node_modules folder to the repo.
↧