Switch git hooks to use pre-commit

This commit is contained in:
Tim Hockin
2015-05-12 21:59:44 -07:00
parent 9aa9260295
commit f11ba4a1b5
3 changed files with 39 additions and 56 deletions

View File

@@ -105,8 +105,7 @@ directory. This will keep you from accidentally committing non-gofmt'd go code.
```
cd kubernetes/.git/hooks/
ln -s ../../hooks/prepare-commit-msg .
ln -s ../../hooks/commit-msg .
ln -s ../../hooks/pre-commit .
```
## Unit tests