I am trying to find a way to have git clone also init all submodules.
I can’t find any documentation on this, is this really not possible?
>Solution :
Impossible. See the docs for git config submodule.recurse: git clone is explicitly not supported.