Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 807 Bytes

git_hooks_config_delete-detected-lfs-hooks.md

File metadata and controls

30 lines (21 loc) · 807 Bytes

git hooks config delete-detected-lfs-hooks

Change the behavior for detected LFS hooks during install.

Synopsis

By default, detected LFS hooks during install are disabled and backed up.

git hooks config delete-detected-lfs-hooks [flags]

Options

      --print     Print the setting.
      --enable    Remember to always delete detected LFS hooks
                  instead of the default behavior.
      --disable   Remember to always not delete detected LFS hooks and
                  to resort to the default behavior.
      --reset     Resets the decision to the default behavior.
  -h, --help      help for delete-detected-lfs-hooks

SEE ALSO

Auto generated by spf13/cobra