How To Install Git-notifier On Debian, Ubuntu, Kali And Raspbian?

How To Install Git-notifier On Debian, Ubuntu, Kali And Raspbian?

git-notifier

git commit email notification script

Maintainer: Robert Edmonds



Section: vcs

Install git-notifier

  • Debian apt-get install git-notifier Click to copy
  • Ubuntu apt-get install git-notifier Click to copy
  • Kali Linux apt-get install git-notifier Click to copy
  • Raspbian apt-get install git-notifier Click to copy

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.

Install the latest version of git-notifier in Debian, Ubuntu, Kali and Raspbian from terminal. To install the git-notifier just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of git-notifier from the respository and install it in your computer/server.