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

https://github.com/yous/git-hooks

Hook driven development
https://github.com/yous/git-hooks

Last synced: about 2 months ago
JSON representation

Hook driven development

Awesome Lists containing this project

README

        

# Git Hooks

Hook Driven Development.

## Rake

Make sure that your code passes the `rake` command before pushing:

``` sh
cp rake.pre-push /path/to/project/.git/hooks/pre-push
```