Categories
Workflow

How to pull in updates from remote git submodules?

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

Leave a Reply

Your email address will not be published. Required fields are marked *