码迷,mamicode.com
首页 > Windows程序 > 详细

vscode 切换分支时报错:The following untracked working tree files would be overwritten .....

时间:2020-01-09 18:43:45      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:没有   vscode   执行命令   files   git   nbsp   wing   col   vsc   

执行命令:git clean -d -fx  

表示删除 一些 没有 git add 的 文件;

    git clean 参数 

    -n 显示将要删除的文件和目录;

    -x -----删除忽略文件已经对git来说不识别的文件

    -d -----删除未被添加到git的路径中的文件

    -f -----强制运行

vscode 切换分支时报错:The following untracked working tree files would be overwritten .....

标签:没有   vscode   执行命令   files   git   nbsp   wing   col   vsc   

原文地址:https://www.cnblogs.com/rong88/p/12172740.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!