git_hooks_disable.md
March 30, 2024 ยท View on GitHub
git hooks disable
Disables Githooks in the current repository or globally.
Synopsis
Disables running any Githooks in the current repository or globally.
LFS hooks and replaced previous hooks are still executed.
git hooks disable [flags]
Options
--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
SEE ALSO
- git hooks - Githooks CLI application