git submodule status [path...]
Show the status of the submodules
Arguments
| Name | Description |
|---|---|
path | filepaths |
Options
| Name | Description |
|---|---|
--cached | Will instead print the SHA-1 recorded in the superproject for each submodule |
--recursive | Will recurse into nested submodules, and show their status as well |
-- | End of subcommand options |