Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 895 Bytes

README.rdoc

File metadata and controls

44 lines (26 loc) · 895 Bytes

git-notifier

git-notifier is a gem for Mac Os that allows you to watch one or more git repositories and receive a growl notification when a change is committed

Usage

Usage: git-notifier start|stop|add|clear|status

Start the notifier:

git-notifier start

Stop the notifier:

git-notifier stop

Add a repository to the watch list:

git-notifier add <repo_uri> <branch>
Example: git-notifier add git@github.com:marcocampana/git-notifier.git master

Remove all watched repositories from the watch list:

git-notifier clear

Show all the watched repositories:

git-notifier status

Install

sudo gem install git-notifier --source http://gemcutter.org

Warning

To appear

Author

Marco Campana <m.campana@gmail.com> website: xterm.it/

LICENSE:

Released under the same license as Ruby. No Support. No Warranty.

Copyright © 2009 Marco Campana.