mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/bash
|
|
|
|
cp ./scripts/pre-commit-hook.sh .git/hooks/pre-commit
|
|
chmod +x .git/hooks/pre-commit
|
|
echo "✅ Git hook installed." |