git_hooks_config_trust-all.md
March 30, 2024 ยท View on GitHub
git hooks config trust-all
Change trust settings in the current repository.
Synopsis
Change the trust setting in the current repository.
This command needs to be run at the root of a repository.
git hooks config trust-all [flags]
Options
--print Print the setting.
--accept Accepts changes to all existing and new hooks
in the current repository when the trust marker
is present.
--deny Marks the repository as it has refused to
trust the changes, even if the trust marker is present.
--reset Clears the trust setting.
-h, --help help for trust-all
SEE ALSO
- git hooks config - Manages various Githooks configuration.