I\'m trying to put a submodule into a repo. The problem is that when I clone the parent repo, the submodule folder is entirely empty.
Is there any way to make it so
You have to do two things before a submodule will be filled:
git submodule init git submodule update