https://github.com/tj/hooks
GIT hooks
https://github.com/tj/hooks
git
Last synced: 4 months ago
JSON representation
GIT hooks
- Host: GitHub
- URL: https://github.com/tj/hooks
- Owner: tj
- Created: 2017-02-02T03:59:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T16:42:03.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T08:59:00.294Z (about 1 year ago)
- Topics: git
- Language: Shell
- Size: 1000 Bytes
- Stars: 48
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Hooks
GIT hooks that I use, which is really only just one :) a poor-mans CI to ensure your master branch always passes.
## One-liner
```bash
curl -sL https://github.com/tj/hooks/archive/master.tar.gz | tar xz --strip-components=1 -C $(git rev-parse --show-toplevel)/.git/hooks/
```
## Badges


[](https://apex.sh/ping/)
---
> [tjholowaychuk.com](http://tjholowaychuk.com) ·
> GitHub [@tj](https://github.com/tj) ·
> Twitter [@tjholowaychuk](https://twitter.com/tjholowaychuk)