How to get email notification for every git push issued on any github hosted repo

0

Let's say there is one github repo. (Public/Private)

Many developers are working on same repo and doing git push.

Now is there any way so once any user commits on that repo.I get email notification that user X has commited on this repo.

Usually on github we get email notification, for Pull request create/merged, Issues, Comments But i need to email notification on every git push command issued on that repo

Jeegar Patel

Posted 2018-07-09T12:57:24.093

Reputation: 533

Login your account > Go to https://github.com/settings/notifications > check all the email options.

– Biswapriyo – 2018-07-09T13:00:45.193

@Biswapriyo It does provide emails on pull request/comments/issues not for every git push commands. – Jeegar Patel – 2018-07-09T13:06:43.217

Are you talking about your personal repository or you're a member of a team or a organization? – Biswapriyo – 2018-07-09T13:10:17.083

In all that cases, I need such notification. – Jeegar Patel – 2018-07-09T13:24:43.750

Answers

0

I have followed below steps and it perfectly works fine,

https://help.github.com/articles/choosing-the-types-of-notifications-you-receive/

Jeegar Patel

Posted 2018-07-09T12:57:24.093

Reputation: 533

Github is deprecating services so this will stop working in Jan 2019 – David Wheaton – 2018-10-28T22:08:33.763