Files
fission-src/githooks/README.md
T

8 lines
101 B
Markdown

# Git hooks
* pre-push: Check, build and test the changes.
```bash
$ cp githooks/* .git/hooks/
```