I am used to subversion, where the collaborate group would receive an email whenever someone commits. Is there a similar feature on GitHub, so the people working on the repository receives an email whenever a user pushes their changes?
The git push command is used to upload local repository content to a remote repository. Pushing is how you transfer commits from your local repository to a remote repo. It's the counterpart to git fetch , but whereas fetching imports commits to local branches, pushing exports commits to remote branches.
Yes, your email address (as specified in git config user. email ) will be visible in web interfaces like GitWeb.
Head to the Settings section of GitHub, and then select the Emails menu item. In here, you'll find a checkbox labeled 'Keep my email addresses private'. Within the description for this label, you'll find your GitHub noreply address.
Here is the simplest solution I've found:
1) Log in to your gitHub account on github.com
2) In the main tab click on Settings
3) From the main navigation of Services find Email and click it
4) Fill in your email address in field Address
5) Check the checkbox Send from Author
6) Check the checkbox Active
7) Click on Update Settings
Optional: You can click on Test Hook for testing, check your inbox you should receive email. -> Will become available when you finish Update Settings in step 7)
Also there are images made according to the process:
And now for the grand final I have the answer which is tested and approved at my side.
How to send email to ALL development team members, when gitHub's Service Hooks->Email allows only at most 2 recipients }.
The answer is combination of Service Hook->Email @ GitHub && Google groups
2018 update: github will discontinue this service in Oct 2018
You would use a post-hook, check out info at:
http://help.github.com/post-receive-hooks/
http://wiki.webhooks.org/w/page/13385124/FrontPage
There is a posthook named "Email", it only accepts one email address to send to, but it could be a distribution list.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With