Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.03 KB

git_hooks_trust.md

File metadata and controls

39 lines (27 loc) · 1.03 KB

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