Getting error while removing node_modules in git, vscode terminal
node_modules
git rm -r --cached node_modules
Error:
git rm -r --cached . git add . git commit -m "remove gitignore files" git push