๐ช Hooks ๐ง Location 1.git/hooks/ ๐ง Example: pre-commit 1 2#!/bin/sh npm test || exit 1 Make executable: 1chmod +x .git/hooks/pre-commit