mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-01 01:10:01 -06:00
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Setting Git hooks"
|
|
chmod -R +x ./githooks/
|
|
git config core.hooksPath ./githooks/
|