gabynaiman/active_git

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# ActiveGit

[![Gem Version](https://badge.fury.io/rb/active_git.png)](https://rubygems.org/gems/active_git)
[![Build Status](https://travis-ci.org/gabynaiman/active_git.png?branch=master)](https://travis-ci.org/gabynaiman/active_git)
[![Coverage Status](https://coveralls.io/repos/gabynaiman/active_git/badge.png?branch=master)](https://coveralls.io/r/gabynaiman/active_git?branch=master)
[![Code Climate](https://codeclimate.com/github/gabynaiman/active_git.png)](https://codeclimate.com/github/gabynaiman/active_git)
[![Dependency Status](https://gemnasium.com/gabynaiman/active_git.png)](https://gemnasium.com/gabynaiman/active_git)

DB and GIT synchronization via ActiveRecord and GitWrapper

## Installation

Add this line to your application's Gemfile:

    gem 'active_git'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install active_git

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request