This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
penchant
Watch
1
Star
0
Fork
You've already forked penchant
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
55e31dd47f
penchant
/
template
/
script
/
install-git-hooks
7 lines
94 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
hook in script/hooks/*
;
do
ln -sf
$PWD
/
$hook
.git/hooks/
${
hook
##*/
}
done
Reference in New Issue
View Git Blame
Copy Permalink