I know I can call git submodule update --init --recursive if modules were already added to the repo.
However, Is there way to add and pull submodules specified in the .gitmodules file even if they weren’t added to the current repo with git submodule add command?