We're are using GitHub Enterprise in our company. We have a “develop” branch where every programmer must push their work. Is there a way to get notified when someone pushes into the develop branch along with a link to a diff view, like the one you get for a pull request?
Not quite - but close enough. (You'll get notified for every commit, not push.)
For GitHub Enterprise as of mid 2014:
- Go into your repository's Settings
- Open the "Webhooks and Services" tab
- Click "Add Service" button
- Select "Email" from the long list of services
- Put in an e-mail address. This can be an e-mail address that forwards to multiple e-mail addresses, or just your own if only one person/account needs e-mail notifications.
- Check "Send From Author" (probably) and "Active" (definitely).
For older versions of GitHub Enterprise:
- Go into your repository's Settings
- Open the "Service Hooks" tab
- Select "Email" from the long list of services
- Put in an e-mail address. This can be an e-mail address that forwards to multiple e-mail addresses, or just your own if only one person/account needs e-mail notifications.
- Check "Send From Author" (probably) and "Active" (definitely).
Done!
Update GitHub plans on shutting down GitHub services before the end of the year. Refer