git submodule sync [path...]
Synchronizes submodules' remote URL configuration setting to the value specified in .gitmodules
Arguments
| Name | Description |
|---|---|
path | filepaths |
Options
| Name | Description |
|---|---|
--recursive | This command will recurse into the registered submodules, and sync any nested submodules within |
-- | Everything after this is an argument |