3 lines
50 B
Bash
3 lines
50 B
Bash
|
#!/usr/bin/sh
|
||
|
|
||
|
git config core.hooksPath .githooks
|