git_hooks_trust.md
March 30, 2024 ยท View on GitHub
git hooks trust
Manages settings related to trusted repositories.
Synopsis
Sets up, or reverts the trusted setting for the local repository.
When called without arguments, it marks the local repository as trusted.
The revoke argument resets the already accepted trust setting, and the
delete argument also deletes the trust marker.
The forget option unsets the trust setting, asking for accepting it again next
time, if the repository is marked as trusted.
git hooks trust
Options
-h, --help help for trust
SEE ALSO
- git hooks - Githooks CLI application
- git hooks trust delete - Delete repository trust settings.
- git hooks trust forget - Forget repository trust settings.
- git hooks trust hooks - Trust all hooks which match the glob patterns or namespace paths.
- git hooks trust revoke - Revoke repository trust settings.