git_hooks_config_disable.md

March 30, 2024 ยท View on GitHub

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