@echo on
color 2f
mode con: cols=80 lines=25
@REM
@echo 正在清理git文件,请稍候......
@rem 循环删除当前目录及子目录下所有的SVN文件
@rem for /r . %%a in (.) do @if exist "%%a\.svn" @echo "%%a\.svn"
@for /r . %%a in (.) do @if exist "%%a\.git" rd /s /q "%%a\.git"
@echo 清理完毕!!!
@pause
相关文章
- 01-07使用 Git 报错 error: src refspec master matches more than one.
- 01-07MapReduce文件配置和测试
- 01-07Git错误non-fast-forward后的冲突解决
- 01-07tinyxml第一课 生成xml文件
- 01-07python读取配置文件
- 01-07android-如果它被意外删除,如何重新创建密钥库文件
- 01-07openssl加密文件
- 01-07【pycharm】pycharm修改文件名快捷键
- 01-07018、用代码的方式把中文写入到 conf 文件,conf文件在pycharm中显示带问号,双击打不开该文件。
- 01-07HTML5 大文件上传解决方案(500M以上)