6 Star 5 Fork 2

Hiber / Modern Cpp Practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clean.git.bat 139 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hiber 提交于 2013-06-08 14:53 . Add clear .git folder bat file
@echo off
rem Delete all .git folder in current folder recursively
for /r . %%a in (.) do @if exist "%%a\.git" rd /s /q "%%a\.git"
pause
C++
1
https://gitee.com/congrats/modern-cpp-practice.git
git@gitee.com:congrats/modern-cpp-practice.git
congrats
modern-cpp-practice
Modern Cpp Practice
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891