Manages settings related to trusted repositories.
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
-h, --help help for trust
- 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.