Disables Githooks in the current repository or globally.
Disables Githooks in the current repository or globally. LFS hooks and replaced previous hooks are still executed by Githooks.
git hooks config disable [flags]
--print Print the setting.
--set Set the setting.
--reset Reset the setting.
--local Use the local Git configuration (default).
--global Use the global Git configuration.
-h, --help help for disable
- git hooks config - Manages various Githooks configuration.