Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created July 25, 2017 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olbrichj/2ccc71761cea4448a417f49723cfbf24 to your computer and use it in GitHub Desktop.
Save olbrichj/2ccc71761cea4448a417f49723cfbf24 to your computer and use it in GitHub Desktop.
# =========== 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