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
- Host: GitHub
- URL: https://github.com/yous/git-hooks
- Owner: yous
- Created: 2014-11-13T19:02:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T19:52:59.000Z (over 10 years ago)
- Last Synced: 2025-02-10T21:19:07.548Z (4 months ago)
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```