Created
July 25, 2017 20:58
-
-
Save olbrichj/2ccc71761cea4448a417f49723cfbf24 to your computer and use it in GitHub Desktop.
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
# =========== Setup Git Hooks ========== | |
ln -s ./Hooks/prepare-commit-msg ../.git/hooks/prepare-commit-msg | |
ln -s ./Hooks/pre-commit ../.git/hooks/pre-commit | |
chmod +x ./Hooks/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment