Changes the Githooks update time.
Changes the Githooks update time used to check for updates.
Resets the last Githooks update time with the --reset
option, causing the
update check to run next time if it is enabled. Use 'git hooks update
[--enable|--disable]' to change that setting.
git hooks config update-time [flags]
--print Print the setting.
--reset Reset the setting.
-h, --help help for update-time
- git hooks config - Manages various Githooks configuration.