github-notifier

git commit email notification script

Install

All systems
curl cmd.cat/github-notifier.sh
Debian Debian
apt-get install git-notifier
Ubuntu
apt-get install git-notifier
image/svg+xml Kali Linux
apt-get install git-notifier
Windows (WSL2)
sudo apt-get update sudo apt-get install git-notifier
Raspbian
apt-get install git-notifier

git-notifier

git commit email notification script

git-notifier is a script to be used with git as a post-receive hook. Once installed, it emails out a summary of all changes each time a user pushes an update to the repository. Different from other similar scripts, git-notifier sends exactly one email per change, each of which includes a complete diff of all modifications as well as the set of branches from which the new revision can be reached. The script ensures that each change is mailed out only exactly once by keeping a state file of already reported revisions. The script integrates nicely with gitolite.