I used git add in the development directory. I found another node_modules directory inside. How to remove this directory add index library
世界只因有你2017-05-02 09:48:33
Use the following command
git reset HEAD node_modules
For more tips, please refer to this: Common tips for Git learning notes