git初始化目录时,空目录无法直接提交需要在git bash中执行如下命令:
find ./ -type d -empty -exec touch {} /.gitignore \;
git初始化目录时,空目录无法直接提交需要在git bash中执行如下命令:
find ./ -type d -empty -exec touch {} /.gitignore \;
2609
2594
2668

被折叠的 条评论
为什么被折叠?