You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Google Cloud Source Repositories (CSR) is a fully managed, private Git hosting service on Google Cloud. It provides Git repositories hosted on Google's infrastructure with integration into Cloud Build, IAM-based access control, and the ability to mirror repositories from GitHub and Bitbucket.
Cloud Source Repositories is Google Cloud's native Git hosting service. It provides private Git repositories with the same reliability and security as other Google Cloud services.
| Characteristic | Description |
|---|---|
| Fully managed | No servers to maintain — Google handles availability and scaling |
| Private | All repositories are private by default |
| Integrated | Native integration with Cloud Build, Debugger, and Logging |
| Mirroring | Mirror repositories from GitHub and Bitbucket |
| IAM | Access control through Google Cloud IAM |
| Unlimited repos | No limit on the number of repositories per project |
| Free tier | Up to 5 users and 50 GB of storage free |
# Create a new repository
gcloud source repos create my-repo
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.