📌  相关文章
📜  node_modules 未被忽略 git - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:35.630000             🧑  作者: Mango

代码示例2
git rm -r --cached node_modules
git commit -m "removing node_modules"