1

Could your advice information (script) to config git notification.

We have many projects and team working with them. It will be better if team member could get email notification when another push.

Stepchik
  • 99
  • 4
  • 11

1 Answers1

1

See How to setup post-receive-email Git hook with Gitolite for an example.

With Gitolite V3, you can set any hook you want, as detailed in "gitolite post receive hook for specific bare repo".

VonC
  • 2,653
  • 5
  • 29
  • 48