Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 682 Bytes

git_hooks_config_disable.md

File metadata and controls

30 lines (21 loc) · 682 Bytes

git hooks config disable

Disables Githooks in the current repository or globally.

Synopsis

Disables Githooks in the current repository or globally. LFS hooks and replaced previous hooks are still executed by Githooks.

git hooks config disable [flags]

Options

      --print    Print the setting.
      --set      Set the setting.
      --reset    Reset the setting.
      --local    Use the local Git configuration (default).
      --global   Use the global Git configuration.
  -h, --help     help for disable

SEE ALSO

Auto generated by spf13/cobra