0

Curent status

Hi Team, i am using Git as version control on Windows. I have created a bare repository on Windows and also have client/developers, which have cloned from that repository, in th same OS.

Problem

So now can you please tell me how do i configure email notification when ever there is a push happens to repository.

Madhusudan Joshi
  • 4,438
  • 3
  • 26
  • 42

1 Answers1

0

For this you can write a hook which sends you an E-Mail

Here is a good article how to implement it. Under Windows its a problem because you need a MTA. Perhaps you have a look at gitolite and use gitolite as your gitkeeper. There you can implement some hooks and you have a centrilized place for your Git-Repositories.

http://www.fclose.com/1473/setting-up-git-commit-email-notification/

René Höhle
  • 26,716
  • 22
  • 73
  • 82