Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 680 Bytes

git_hooks_shared_list.md

File metadata and controls

28 lines (19 loc) · 680 Bytes

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