Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 551 Bytes

git_hooks_config_list.md

File metadata and controls

27 lines (18 loc) · 551 Bytes

git hooks config list

Lists settings of the Githooks configuration.

Synopsis

Lists the Githooks related settings of the Githooks configuration. Can be either global or local configuration, or both by default.

git hooks config list [flags]

Options

      --global   Use the global Git configuration.
  -h, --help     help for list
      --local    Use the local Git configuration.

SEE ALSO

Auto generated by spf13/cobra