I'm now upgraded to gitlab 8.12, I've added two submodules, but I'm unable to get the contents of those submodules. The .gitmodules
file doesn't seem to be used here.
Here's the command I've used to get those submodules:
git submodule update --init --recursive
So, Is there anything I've to add additionally to get the submodule contents ?