forked from kemitix/git-next
3 lines
85 B
Makefile
3 lines
85 B
Makefile
install-hooks:
|
|
@echo "Installing git hooks"
|
|
git config core.hooksPath .git-hooks
|