I created some repository in Git and added repos as submodules.
In the submodule repo i added contents.( folders and files).After that i did
git add -A
git commit -m "message"
git push origin master.
After that i tried to clone the repo from some other place. I am able to clone the repo and I can see all the folders.But some folders are empty.
How to resolve this issue?