To pull in updates from remote git submodules run the following shell code snippet via the terminal or create an alias for the command:
git submodule update --remote --merge
To pull in updates from remote git submodules run the following shell code snippet via the terminal or create an alias for the command:
git submodule update --remote --merge