Skip to content

marcocampana/git-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published