Skip to content

Latest commit

History

History
31 lines (22 loc) 路 911 Bytes

git_hooks_config_skip-non-existing-shared-hooks.md

File metadata and controls

31 lines (22 loc) 路 911 Bytes

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