8 lines
101 B
Markdown
8 lines
101 B
Markdown
# Git hooks
|
|
|
|
* pre-push: Check, build and test the changes.
|
|
|
|
```bash
|
|
$ cp githooks/* .git/hooks/
|
|
```
|