Skip to content

Instantly share code, notes, and snippets.

@skrat
Created July 18, 2013 12:49
Show Gist options
  • Save skrat/6029035 to your computer and use it in GitHub Desktop.
Save skrat/6029035 to your computer and use it in GitHub Desktop.
touch .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
cat > .git/hooks/pre-commit
#!/bin/sh
make test
@rchrd2
Copy link

rchrd2 commented Dec 18, 2014

helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment