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 was not able to recognize the submodule, whatever I do.
Without any modifications, I’ve just :
The submodule now works correctly.
Note that Git doesn’t add a new submodule, he has just recognize the submodule as it should.
Thanks for all your answers