Overview
The NIT-Administrative-Systems GitHub organization is maintained by the Cloud Services & Integration team. It is available to all staff in Administrative Systems. It is part of the Northwestern enterprise, which is where most of the billing takes place.
Git is a free tool for version control. GitHub offers hosting for git repositories and a number of value-added features.
Access
Section titled “Access”If you need access to GitHub, your manager or supervisor should open a ticket in TeamDynamix for NUIT-AS-ADO-EACD-Cloud-Services-and-Integrations. If there are any special needs for access, please include those in the ticket. AS isn’t that large and CSI will give them appropriate access based on the org chart.
Our GitHub organization does not use SSO yet. Everybody must create an account and enable 2FA to join the organization.
Team Structure
Section titled “Team Structure”The team structure in GitHub roughly mirrors the organizational chart.
At the lowest nodes on the chart are teams of contributors. In GitHub, these will be split into two teams: the team itself (e.g. EACD-CSI), and a corresponding leads group (e.g. EACD-CSI-Leads). The leads group can be used as a default for reviewing pull requests, and receives admin rights on their repositories.
If your team wants to deviate from our default structure, open a ticket in TeamDynamix for NUIT-AS-ADO-EACD-Cloud-Services-and-Integrations and describe your ideal setup. They will be able to configure it for you.
Services
Section titled “Services”Beyond the obvious parts of GitHub — hosting git & code review tools — there are several premium services that we want to draw attention to:
- GitHub Private Pages, which allows you to deploy a static site available only to people with access to the repository. This is a fantastic tool to combine with VuePress for technical documentation.
- GitHub Actions, a CI/CD tool similar to Jenkins. We have a large pool of complimentary GitHub Actions capacity for you to take advantage of.
You can engage with GitHub with any git client — the git CLI tool, integrations built-in to your IDE, Tortoise, or anything else. There are a huge number of options.
If you need a recommendation: GitHub Desktop is excellent. It supports performing most git operations in the UI1 and integrates with the GitHub site itself. You can quickly add new repositories to it with a one-click button on GitHub.com, and the GitHub Desktop client is aware of pull requests, CI/CD checks, etc.
Training
Section titled “Training”Here are some recommended training resources for Git & GitHub:
- Atlassian’s ‘Learn Git’ guide is a good introduction to using git
- The Beginner, Getting Started, and Collaborating sections are the most relevant. Their training is in support of BitBucket, a similar product to GitHub — but these three sections focus on git itself.
- GitHub Skills has training for pull requests, GitHub Actions, and other features of GitHub.com
Footnotes
Section titled “Footnotes”-
Including advanced operations, like interactive rebases. ↩