Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


usethis (version 2.1.6)

use_git_hook: Add a git hook

Description

Sets up a git hook using specified script. Creates hook directory if needed, and sets correct permissions on hook.

Usage

use_git_hook(hook, script)

Arguments

hook

Hook name. One of "pre-commit", "prepare-commit-msg", "commit-msg", "post-commit", "applypatch-msg", "pre-applypatch", "post-applypatch", "pre-rebase", "post-rewrite", "post-checkout", "post-merge", "pre-push", "pre-auto-gc".

script

Text of script to run

See Also

Other git helpers: use_git_config(), use_git_ignore(), use_git()