Is GitHub free for private repositories?
Yes. GitHub Free includes unlimited public and private repositories with unlimited collaborators. The free plan also includes 2,000 CI/CD minutes per month, 500MB of Packages storage, and Dependabot security updates.
What is GitHub Copilot and how much does it cost?
GitHub Copilot is an AI pair programmer that suggests code, writes tests, and answers questions about your codebase. It costs $10/month for individuals, $19/user/month for Business, and $39/user/month for Enterprise. It is a separate subscription from the GitHub platform plans.
How does GitHub compare to GitLab?
GitHub has the larger community and open-source ecosystem, while GitLab offers a more complete built-in DevOps platform with container registry, security scanning, and deployment included in its core product. GitHub achieves similar functionality through GitHub Actions and marketplace integrations.
What are GitHub Actions?
GitHub Actions is GitHub s built-in CI/CD platform. It lets you automate build, test, and deployment workflows triggered by events like pushes, pull requests, or schedules. Free accounts get 2,000 minutes/month, Team gets 3,000, and Enterprise gets 50,000.
Can I self-host GitHub?
Yes. GitHub Enterprise Server (GHES) is a self-hosted version you can run on your own infrastructure or private cloud. It includes all Enterprise features plus full control over data storage, network access, and upgrade timing.
What is GitHub Codespaces?
Codespaces provides instant, configurable cloud development environments powered by VS Code. Each codespace runs in a container with your repo, extensions, and settings pre-configured. Free accounts get 15GB storage and 120 core-hours/month.