I am new to GitHub and I am trying to drag and drop my folders into my repository. But when I drop my folders, nothing happens.
Do you know what is wrong?
I am new to GitHub and I am trying to drag and drop my folders into my repository. But when I drop my folders, nothing happens.
Do you know what is wrong?
Fast explanation is: git simply ignores empty folders/directories. By the way this is not a GitHub specific thing. For further information (and the technically correct explanation) I recommend this post: Does git ignore empty folders?