-
New Feature
-
Resolution: Fixed
-
Minor
-
None
For a project with many submodules, updating one submodule at a time can be quite slow.
Instead, allow the option to update <n> submodules in parallel by using the jobs flag.
Excerpt from Git SCM docs.
-j <n> --jobs <n>
"This option is only valid for the update command. Clone new submodules in parallel with as many jobs. Defaults to the submodule.fetchJobs option."