Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created January 25, 2013 20:47
Show Gist options
  • Select an option

  • Save cwebberOps/4637704 to your computer and use it in GitHub Desktop.

Select an option

Save cwebberOps/4637704 to your computer and use it in GitHub Desktop.
Hook Bootstrap
if [ -d .git/hooks ]; then
mv .git/hooks .git/hooks.orig
ln -s hooks .git/hooks
fi
# Insert syntax check here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment