When you want to pull a specific new module, you can use the following command:
git submodule update --init local/path/to/submodule/folder
If you wish to initialize all new submodules however. you can omit the path to the folder like so:
git submodule update --init