An open API service indexing awesome lists of open source software.

https://github.com/tj/hooks

GIT hooks
https://github.com/tj/hooks

git

Last synced: 4 months ago
JSON representation

GIT hooks

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://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)
[![](http://apex.sh/images/badge.svg)](https://apex.sh/ping/)

---

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