List shared repositories.
List the shared, local, global or all (default) shared hooks repositories.
git hooks shared list [flags]
--shared Modify the shared hooks list `.githooks/.shared.yaml` (default).
--local Modify the shared hooks list in the local Git config.
--global Modify the shared hooks list in the global Git config.
--all Modify all shared hooks lists (`--shared`, `--local`, `--global`).
-h, --help help for list
- git hooks shared - Manages the shared hook repositories.