How do i configure the appropoiate Git hook to send a summary email whenever a set of changes is pushed to the repository?
There is a simplest solution:
- Go to one of your repository that you want to setup email notification.
- On the right menu,click on Settings,go to repository setting page.
- On the left options,click on Webhooks & Services.
- In the Services tab,click Add services,from available services,choose Email.
- Fill in your email address in field Address.
- Check the checkbox Sedn from Author & Active.
- Click the Add service button to complete the configuration.
- After setting,we can click the Test service button to send the test email.
This is my way to setup email notification. 🙂