Manages various Githooks configuration.
Manages various Githooks configuration.
git hooks config
-h, --help help for config
- git hooks - Githooks CLI application
- git hooks config clone-branch - Changes the Githooks clone url used for any update.
- git hooks config clone-url - Changes the Githooks clone url used for any update.
- git hooks config container-manager-types -
Set container manger types to use (see
enable-containerized-hooks
). - git hooks config delete-detected-lfs-hooks - Change the behavior for detected LFS hooks during install.
- git hooks config disable - Disables Githooks in the current repository or globally.
- git hooks config disable-shared-hooks-update - Disable/enable automatic updates of shared hooks.
- git hooks config enable-containerized-hooks - Enable running hooks containerized.
- git hooks config list - Lists settings of the Githooks configuration.
- git hooks config non-interactive-runner - Enables/disables non-interactive execution of the runner.
- git hooks config search-dir - Changes the search directory used during installation.
- git hooks config shared - Updates the list of local or global shared hook repositories.
- git hooks config skip-non-existing-shared-hooks - Enable or disable skipping non-existing shared hooks.
- git hooks config skip-untrusted-hooks - Enable/disable skipping active, untrusted hooks.
- git hooks config trust-all - Change trust settings in the current repository.
- git hooks config update-check - Change Githooks update-check settings.
- git hooks config update-time - Changes the Githooks update time.