framework docs
Git

git_hooks_uninstall()

Uninstall Git Pre-commit Hook

Removes the Framework-managed pre-commit hook.

Usage

git_hooks_uninstall(verbose = TRUE)

Arguments

verbose
Logical; if TRUE (default), show messages

Value

Invisible TRUE if hook was removed, FALSE otherwise