mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-04-25 11:38:48 -05:00
065378adfc
* added commands * command line improvements * remove unwanted changes
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/
|