Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 810 Bytes

git_hooks_config_disable-shared-hooks-update.md

File metadata and controls

30 lines (21 loc) · 810 Bytes

git hooks config disable-shared-hooks-update

Disable/enable automatic updates of shared hooks.

Synopsis

Disable/enable automatic updates of shared hook repositories.

git hooks config disable-shared-hooks-update [flags]

Options

      --print    Print the setting.
      --set      Disable automatic updates of shared hooks.
      --unset    Enabled automatic updates of shared hooks..
      --reset    Reset (enable) automatic updates of shared hooks.
      --local    Use the local Git configuration (default, except for `--print`).
      --global   Use the global Git configuration.
  -h, --help     help for disable-shared-hooks-update

SEE ALSO

Auto generated by spf13/cobra