Merge pull request #2690 from thispsj/master

Adds storage limit for the GitHub Codespaces free tier
This commit is contained in:
R.I.Pienaar 2022-11-19 08:54:32 +01:00 committed by GitHub
commit 9065d11c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ Table of Contents
* [GitGud](https://gitgud.io) — Unlimited private and public repositories. Free forever. Powered by GitLab & Sapphire. CI/CD not provided. * [GitGud](https://gitgud.io) — Unlimited private and public repositories. Free forever. Powered by GitLab & Sapphire. CI/CD not provided.
* [GitHub](https://github.com/) — Unlimited public repositories and unlimited private repositories (with unlimited collaborators). Apart from this some other free services(there are much more but we list the main ones here) provided are : * [GitHub](https://github.com/) — Unlimited public repositories and unlimited private repositories (with unlimited collaborators). Apart from this some other free services(there are much more but we list the main ones here) provided are :
- [CI/CD](https://github.com/features/actions)(Free for Public Repos, 2000 min/month for private repos free) - [CI/CD](https://github.com/features/actions)(Free for Public Repos, 2000 min/month for private repos free)
- [Codespaces](https://github.com/codespaces) - Development environments that are hosted in the cloud. 120-core hours available for free every month. - [Codespaces](https://github.com/codespaces) - Development environments that are hosted in the cloud. 120-core hours and 15 GB codespaces storage available for free every month.
- [Static Website Hosting](https://pages.github.com) (Free for Public Repos) - [Static Website Hosting](https://pages.github.com) (Free for Public Repos)
- [Package Hosting & Container Registry](https://github.com/features/packages) (Free for public repos,500 MB storage & 1GB bandwidth outside CI/CD free for private repos) - [Package Hosting & Container Registry](https://github.com/features/packages) (Free for public repos,500 MB storage & 1GB bandwidth outside CI/CD free for private repos)
- Project Management & Issue Tracking. - Project Management & Issue Tracking.