Enable/disable skipping active, untrusted hooks.
Enable or disable failing hooks with an error when any active, untrusted hooks are present. Mostly wanted if all hooks must be executed.
git hooks config skip-untrusted-hooks [flags]
--print Print the setting.
--enable Enable skipping active, untrusted hooks.
--disable Disable skipping active, untrusted hooks.
--reset Reset skipping active, untrusted hooks.
--local Use the local Git configuration (default, except for `--print`).
--global Use the global Git configuration.
-h, --help help for skip-untrusted-hooks
- git hooks config - Manages various Githooks configuration.