Git上傳空文件夾

git上傳的文件夾爲空的時候html

1,先刪除空的文件夾

參考:http://www.javashuo.com/article/p-rbsdeeft-kb.htmlgit

2,這個只能說是技巧不能說是方法,原理是在每一個空文件夾新建一個.gitignore文件,而後提交。

$ find . -type d -empty -exec touch {}/.gitignore ;
在項目根目錄運行。htm

相關文章
相關標籤/搜索