use_git_hook: Add a git hook

View source: R/git.R

use_git_hookR Documentation

Add a git hook

Description

Sets up a git hook using the specified script. Creates a 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()


usethis documentation built on July 9, 2023, 7:23 p.m.