1.命令行删除 node_modules 文件
1)安装删除工具
npm install rimraf -g
2)执行删除命令
rimraf node_modules
2.更新远程分支
git remote update origin --prune
3.合并分支
git merge xxxx(分支名称)
标签:node,常用,git,删除,modules,命令,rimraf,分支 From: https://www.cnblogs.com/zhougx/p/16723189.html
1.命令行删除 node_modules 文件
1)安装删除工具
npm install rimraf -g
2)执行删除命令
rimraf node_modules
2.更新远程分支
git remote update origin --prune
3.合并分支
git merge xxxx(分支名称)
标签:node,常用,git,删除,modules,命令,rimraf,分支 From: https://www.cnblogs.com/zhougx/p/16723189.html