Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 2.06 KB

README.github.md

File metadata and controls

41 lines (29 loc) · 2.06 KB

Bootstrap Github

Github notifications

Notifications are nice, and even necessary to have, but they need to come in the right amount and on proper channels.

The right amount can be fixed by going to https://github.com/settings/notifications and

  • turning off Notifications > Automatic watching > Automatically watch repositories
  • turning off Email notification preferences > Pull Request pushes.

The proper channels can be fixed by going to https://github.com/settings/emails and registering your secondary email addresses, like your work address, if you haven't done so already. Once that is done, go to https://github.com/settings/notifications#organization_routing and select your appropriate email addresses for each organization.

Add your SSH key to your Github account

We access repositories via SSH (not HTTPS), so you need to

You also need to click "Enable SSO" at https://github.com/settings/keys for your SSH key, if you are part of an organization behind SSO.

Same goes for "Personal access tokens", if you will ever need them to work with your organization: https://github.com/settings/tokens .