I used git add in the development directory. I found another node_modules directory inside. How to remove this directory add index library
业精于勤,荒于嬉;行成于思,毁于随。
git reset node_modules
git reset
Use the following command
git reset HEAD node_modules
For more tips, please refer to this: Common tips for Git learning notes
git reset
Use the following command
For more tips, please refer to this: Common tips for Git learning notes