GitAgent

Command line utility tool to minitor git repository. If it finds new commits, it will send you an email to notify the changes.

Installation

Add this line to your application's Gemfile:

gem 'git_agent'

And then execute:

$ bundle

Or install it yourself as:

$ gem install git_agent

Usage

check_repo -t [email protected]:ungsophy/git_agent.git -s [email protected] -p 123123 -r [email protected] -h https://github.com/ungsophy/git_agent

Contributing

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