git学习---去除版本控制

本地这样去除文件夹 node_modules 的版本关联:
执行:git rm -r --cached "node_modules/"
提交: git commit -am 'remove node_modules folder all file out of control'
推送:git push
posted @ 2018-03-09 14:14  lishidefengchen  阅读(194)  评论(0编辑  收藏  举报