Github: course organizations

Setting up an organization for use in a course

If you want to use Github for a course, it is a good practice to:

Benefits (basic)

These benefits flow easily and automatically from using github in this way

Benefits (advanced)

These benefits require some additional programming of custom software

How to set this up

  1. Set up a course organization at https://github.com/organizations/new
    • Set it up on the free plan
  2. While logged into to github with the account that created the organization, visit: https://education.github.com/discount_requests/new to request an academic discount.
  3. Add instructional staff as Owners.
  4. Set the default member privileges to none
    • Visit the link https://github.com/organizations/organization-name/settings/member_privileges where organization-name is the name of the organization. You can get here by visiting the Settings menu for the repo, then selecting Member Privileges.
    • Scroll to the bottom of the page, find Repository permissions for members, and set the value to None. This is important if you want students to NOT be able to see one another’s private repos (only course staff.)