/
githubmirror
/
hackingtool
Обзор
Документация
Войти
/
githubmirror
/
hackingtool
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.githooks/pre-push
5 строк
270 B
Hardik Zinzuvadiya
feat: AI operator console — 215 curated tools, AI layer, /find discovery (v2.0.0 rework)
26 июл 2026, 21:48
26 июл 2026, 21:48
2482cc9
Код
Авторство
О чём код?
#!/usr/bin/env bash # Runs the same checks as CI before anything leaves your machine. # Enable once per clone: git config core.hooksPath .githooks (or: make setup) # Bypass in a pinch: git push --no-verify exec "$(git rev-parse --show-toplevel)/scripts/check.sh"