I\'d like to know what kind of commits are being made to the Lithium framework so I can update (or rollback) when there is something major.
I\'m already watching the re
Disclaimer: I'm the original author.
This project allows you to get an e-mail when a commit gets pushed on a repository you are watching (on any branch).
Explaination: gicowa is a command-line tool written in python that lists all last commits on all GitHub repos you are watching. This tool can send its output via e-mail and can be called from your crontab
. Doing that makes you receive an e-mail notification each time a commit gets pushed on a GitHub repo you are watching.