0

I searched through internet but I could not find anything.

Is it possible to send notification emails for each GIT's push events to all the participants?

if yes, could you give me some tips?

Gappa
  • 757
  • 2
  • 16
  • 34

1 Answers1

2

You could try using post-hooks to send email notifications to users every time the repository is pushed. Setting Up Git Commit Email Notification

matthewfisher
  • 381
  • 2
  • 4