Disable/enable automatic updates of shared hooks.
Disable/enable automatic updates of shared hook repositories.
git hooks config disable-shared-hooks-update [flags]
--print Print the setting.
--set Disable automatic updates of shared hooks.
--unset Enabled automatic updates of shared hooks..
--reset Reset (enable) automatic updates of shared hooks.
--local Use the local Git configuration (default, except for `--print`).
--global Use the global Git configuration.
-h, --help help for disable-shared-hooks-update
- git hooks config - Manages various Githooks configuration.