6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# adds githooks, expects to be run from base directory
|
|
|
|
git config core.hooksPath .githooks
|