Disables Githooks in the current repository or globally.
Disables running any Githooks in the current repository or globally.
LFS hooks and replaced previous hooks are still executed.
git hooks disable [flags]
--reset Resets the disable setting and enables running
hooks by Githooks again.
--global Enable/disable Githooks globally instead of locally.
-h, --help help for disable
- git hooks - Githooks CLI application