How to create Cloud Source Repository in GCP

This post explains how to create Cloud Source Repository on Google Cloud.

Overview

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.


Create Cloud Source Repository

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.

GCP Source Repositories

2. Click on Add Repository.

GCP Source Repositories

3. Select Create new repository and click on Continue.

GCP Source Repositories

4. Provide name of repository in Repository name field, select project from Project drop-down list and click on Create.

GCP Source Repositories


Category: GCP