Can Git Add Empty Directories? - Learn the Ruby Programming Language
Can I add empty directories to Git repositories? ... Answer: No. Git can only store files in its object store. There is currently no mechanism to store empty directories. When Git repositories are cloned, the directories are created on the fly as they are...