Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 597 Bytes

git_hooks_disable.md

File metadata and controls

28 lines (18 loc) · 597 Bytes

git hooks disable

Disables Githooks in the current repository or globally.

Synopsis

Disables running any Githooks in the current repository or globally.

LFS hooks and replaced previous hooks are still executed.

git hooks disable [flags]

Options

      --reset    Resets the disable setting and enables running
                 hooks by Githooks again.
      --global   Enable/disable Githooks globally instead of locally.
  -h, --help     help for disable

SEE ALSO

Auto generated by spf13/cobra