Git deploy with submodules
If there are any submodules in the main repository, it could be possible to pull them all.
3
votes
-
Electric Bikes Backlinks commented
Good point—when a main repository contains submodules, pulling them correctly is essential to ensure the full project setup works as expected. Using the right commands to initialize and update all submodules helps avoid missing dependencies and saves time during development. For more tips and insights on development workflows and tools, you can visit
-
Paul Houser
commented
Yes, without submodule support the feature is practically useless to me