www.netz39.de/.github/hooks
2023-10-16 01:36:59 +02:00
..
pre-commit Initial commit 2023-10-16 01:36:59 +02:00
README.md Initial commit 2023-10-16 01:36:59 +02:00

Git hooks

Git hooks are provided in hooks/. The pre-commit hook, when enabled, will check for non-staged assets before commit and abort if found any.

Setup

ln lib/hooks/pre-commit .git/hooks/pre-commit

Bypass

git commit -n