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

4
  • Login your account > Go to github.com/settings/notifications > check all the email options.
    – Biswapriyo
    Commented Jul 9, 2018 at 13:00
  • @Biswapriyo It does provide emails on pull request/comments/issues not for every git push commands. Commented Jul 9, 2018 at 13:06
  • Are you talking about your personal repository or you're a member of a team or a organization?
    – Biswapriyo
    Commented Jul 9, 2018 at 13:10
  • In all that cases, I need such notification. Commented Jul 9, 2018 at 13:24

1 Answer 1

0

I have followed below steps and it perfectly works fine,

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

2
  • Github is deprecating services so this will stop working in Jan 2019 Commented Oct 28, 2018 at 22:08
  • it's dec 2020 and this still works.. !! Commented Dec 16, 2020 at 5:19

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .