6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/sh
|
|
|
|
echo "Setting Git hooks"
|
|
chmod -R +x ./githooks/
|
|
git config core.hooksPath ./githooks/
|