DevOps / Github Interview questions
What are the different GitHub plans?
GitHub offers personal account plans (Free and Pro) and organization plans (Free, Team, and Enterprise Cloud), each unlocking progressively more collaboration and governance features.
| Free | Team | Enterprise |
| Unlimited public/private repos, basic Actions minutes. | Adds required reviewers, Code Owners, protected branches, more Actions minutes. | Adds SAML SSO, advanced auditing, and the largest Actions minute allowance. |
| Best for individuals and small teams. | Best for growing teams needing review governance. | Best for large organizations needing compliance and identity management. |
Pricing and included allowances (Actions minutes, storage) shift periodically, so exact figures are worth checking against GitHub's current pricing page rather than treated as fixed. GitHub Enterprise also comes in a self-hosted flavor, GitHub Enterprise Server, for organizations that can't use the cloud-hosted product.
More Related questions...