How do I get notifications for commits to a repository?

前端 未结 8 1556
孤城傲影
孤城傲影 2021-02-05 02:04

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

8条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 02:36

    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.

提交回复
热议问题