hook
The hook
command provides handlers for responding to various git hooks or lifecycle events such as pre-push event.
This command may not be used directly since kit config
will create and configure the hooks.
Usage
Arguments
remote
- When the command is used as a pre-push hook, the target remote of the push is passed via this argument.
Options
-c, --post-commit
- Indicates that the hook was fired in response to git'spost-commit
hook event.-h, --help
- Prints out a help message.
Last updated