Module git_hooks

Module git_hooks 

Source
Expand description

Git hooks installation and management

This module provides functionality to install and manage git hooks for automatic validation on commits.

Functionsยง

check_hooks_installed
Check if git hooks are installed
install_git_hooks
Install git hooks in a project
uninstall_git_hooks
Remove git hooks from a project