Files
LeadKit/setup
T
2021-01-17 21:37:27 +03:00

7 lines
155 B
Plaintext
Executable File

# Find source dir
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR"
# Configure githooks folder path
git config core.hooksPath .githooks