timcharper / gitty

Unobtrusively extend git repositories with hooks. Additionally, share hooks between developers.
MIT License
26 stars 3 forks source link

h1. Gitty : Unobtrusively extend git.

Gitty provides an interface to manage commonly used git-hooks for repositories. A few use cases are:

h2. Currently in alpha!

Missing features:

h2. Documentation

h3. Installation

gem install gitty

h3. Initialization

To use gitty with a git repository, you need to install the basic gitty hooks.

git hook init

h3. Enabling sharing

By default, it's turned off (security reasons). To enable it:

git hook init --enable-sharing

h3. Adding hooks

To see available hooks:

git hook list

To install one:

git hook install 

To share one:

git hook share 
git hook publish -m "added "

Read the cucumber features for an idea of how it works and what it does

h2. Issues

Report them here: http://github.com/timcharper/gitty/issues