git submodule deinit [path...]
Unregister the given submodules
Arguments
Name | Description |
---|---|
path | filepaths |
Options
Name | Description |
---|---|
-f, --force | The submodule’s working tree will be removed even if it contains local modifications |
--all | Unregister all submodules in the working tree |
-- | End of subcommand options |