4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/sh
|
|
|
|
cp contrib/pre-commit .git/hooks/pre-commit
|
|
chmod +x .git/hooks/pre-commit
|