Skip to content

Commit

Permalink
Adding pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed May 9, 2016
1 parent 1718438 commit 4b3a48c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hooks/README.md
@@ -0,0 +1,4 @@
To enable client\_wrapper's git hooks in your git repo, run the following from
the repo root:

`rm -rf .git/hooks && ln -s -f ../hooks .git/`
1 change: 1 addition & 0 deletions hooks/pre-commit
@@ -0,0 +1 @@
./build

0 comments on commit 4b3a48c

Please sign in to comment.