Files
KeyPass/githooks/git-init.sh
Yogesh Choudhary Paliyal 065378adfc Pre commit hook Add (#600)
* added commands

* command line improvements

* remove unwanted changes
2023-06-03 13:30:17 +05:30

6 lines
98 B
Bash
Executable File

#!/bin/sh
echo "Setting Git hooks"
chmod -R +x ./githooks/
git config core.hooksPath ./githooks/