mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-31 00:59:51 -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/
|