I've create a submodule in my repository root in a specific folder.
I can see the submodule is well registered in .git/.gitmodules and in .gitmodules, but I can't get it working.
I can't see it if I make a git submodule status or if I make an update.
Git can't just see this submodule (others are working well).
Do you have any trail ?
Thanks for your time
git submodule update– VonC Apr 12 '12 at 7:00