In my project, i am using sub-modules to manage the dependencies.
I ran the command once and the repos are cloned and fetched.
git submodule update --init --recursive
Now, I have deleted the folder (_internals) in which they were cloned.
when running the command again, it does not fetch anything.
Not Sure whats wrong. Any pointers or help ?