git_hooks_config_skip-non-existing-shared-hooks.md

March 30, 2024 ยท View on GitHub

git hooks config skip-non-existing-shared-hooks

Enable or disable skipping non-existing shared hooks.

Synopsis

Enable or disable failing hooks with an error when any shared hooks are missing. This usually means git hooks shared update has not been called yet.

git hooks config skip-non-existing-shared-hooks [flags]

Options

      --print     Print the setting.
      --enable    Enable skipping non-existing shared hooks.
      --disable   Disable skipping non-existing shared hooks.
      --reset     Reset skipping non-existing shared hooks.
      --local     Use the local Git configuration (default, except for `--print`).
      --global    Use the global Git configuration.
  -h, --help      help for skip-non-existing-shared-hooks

SEE ALSO

Auto generated by spf13/cobra