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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request