Command
git submodule
Explanation
git submodule is used to initialize, update, or inspect submodules. It initializes, updates, or inspects the submodules.
Examples
Add new submodule
git submodule add repo-url
Initialize and update all submodules
git submodule update --init --recursive