git_hooks_config_update-time.md
March 30, 2024 ยท View on GitHub
git hooks config update-time
Changes the Githooks update time.
Synopsis
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]
Options
--print Print the setting.
--reset Reset the setting.
-h, --help help for update-time
SEE ALSO
- git hooks config - Manages various Githooks configuration.