How To Install Git-notifier On Debian, Ubuntu, Kali And Raspbian?
Install git-notifier
-
Debian
apt-get install git-notifierClick to copy -
Ubuntu
apt-get install git-notifierClick to copy -
Kali Linux
apt-get install git-notifierClick to copy -
Raspbian
apt-get install git-notifierClick to copy
git-notifier
git commit email notification scriptgit-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.




