This post explains how to create Cloud Source Repository on Google Cloud.
Cloud Source Repositories are private Git repositories hosted on Google Cloud.Cloud Source Repositories is free for up to 50 GB of storage per month. For more information on Cloud Source Repositories pricing refer pricing.
You can create a repository by using either the Google Cloud console or the gcloud command-line tool. Below are the steps to create a repository using COnsole.
1. Login to Google Cloud Console and search for Source Repositories.
2. Click on Add Repository.
3. Select Create new repository and click on Continue.
4. Provide name of repository in Repository name field, select project from Project drop-down list and click on Create.
Category: GCP