Skip to content

Submodule listing

Real git submodules — not just folders that look like one — show up in their own sidebar section, so you always know when a repository nests another one.

The sidebar lists a real git submodule

A repository's submodules show up in their own sidebar section, read straight from .gitmodules and the real submodule state on disk — not guessed from folder names.

The sidebar lists a real git submodule

Captured from the running app by this scenario.

Do this

  1. Expand the submodules sidebar section

You should see

  • The sidebar lists the submodule vendor/shared-lib

This page is generated from apps/e2e/features/submodule.feature, the end-to-end test that drives the feature it describes.

MIT licensed · Screenshots exported from the real app by the end-to-end suite.