Created
January 25, 2013 20:47
-
-
Save cwebberOps/4637704 to your computer and use it in GitHub Desktop.
Hook Bootstrap
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
| if [ -d .git/hooks ]; then | |
| mv .git/hooks .git/hooks.orig | |
| ln -s hooks .git/hooks | |
| fi |
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
| # Insert syntax check here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment