android studio check out 分支的时候,出现these untracked files will be overwritten by checkout
处理方式
1,进入项目目录下
2,git bash here
3,执行,git clean -d -fx,问题解决。
android studio check out 分支的时候,出现these untracked files will be overwritten by checkout
处理方式
1,进入项目目录下
2,git bash here
3,执行,git clean -d -fx,问题解决。