Change the behavior for detected LFS hooks during install.
By default, detected LFS hooks during install are disabled and backed up.
git hooks config delete-detected-lfs-hooks [flags]
--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
- git hooks config - Manages various Githooks configuration.