202 B
202 B
dots
build
keep-sorted pre-commit hook
copy the pre-commit hook to .git/hooks
cp .pre-commit .git/hooks/pre-commit
make it executable
chmod +x .git/hooks/pre-commit