Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 649 Bytes

git_hooks_config_update-time.md

File metadata and controls

30 lines (20 loc) · 649 Bytes

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

Auto generated by spf13/cobra