#!/usr/bin/env bash ### run this command to set .githooks directory # git config --local core.hooksPath .githooks/ for script in .githooks/git-hook-*.sh; do bash -x "$script" done