第一步:powershell 下找出所有空目录:
(gci C:/Users/Administrator/Desktop/GIT代码仓库/totalProject -r | ? {$_.PSIsContainer -eq $True}) | ? {$_.GetFiles().Count + $_.GetDirectories().Count -eq 0} | select FullName
第二步:windows下创建gitkeep文件:type null>.gitkeep
- 本文固定链接: http://ttfde.top/index.php/post/426.html
- 转载请注明: admin 于 TTF的家园 发表
《本文》有 0 条评论