Enable or disable skipping non-existing shared hooks.
Enable or disable failing hooks with an error when any shared hooks are missing.
This usually means git hooks shared update
has not been called yet.
git hooks config skip-non-existing-shared-hooks [flags]
--print Print the setting.
--enable Enable skipping non-existing shared hooks.
--disable Disable skipping non-existing shared hooks.
--reset Reset skipping non-existing shared hooks.
--local Use the local Git configuration (default, except for `--print`).
--global Use the global Git configuration.
-h, --help help for skip-non-existing-shared-hooks
- git hooks config - Manages various Githooks configuration.