git_hooks_config_list.md
March 30, 2024 ยท View on GitHub
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
- git hooks config - Manages various Githooks configuration.