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

Auto generated by spf13/cobra