git_hooks_shared_list.md

March 30, 2024 ยท View on GitHub

git hooks shared list

List shared repositories.

Synopsis

List the shared, local, global or all (default) shared hooks repositories.

git hooks shared list [flags]

Options

      --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

SEE ALSO

Auto generated by spf13/cobra