Created
November 6, 2022 09:09
-
-
Save cljoly/f7ba3f2b6493019f7df50cc6691bccd0 to your computer and use it in GitHub Desktop.
Easy git hooks (from https://knpw.rs/blog/direnv-git-hooks)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: hooks | |
hooks: | |
git config --local core.hooksPath $(shell pwd)/.githooks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment