git移除对某个文件夹的版本控制

1、git rm -r --cached "unpackage"  //执行删除命令

2、git commit -m  "remove ubpackage" //提交

3、git push origin master //提交到远程分支

posted @ 2020-10-01 11:30  clgGlobal  阅读(393)  评论(0编辑  收藏  举报