Skip to content

Latest commit

 

History

History

GSP121_Cloud-Source-Repositories-Qwik-Start

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

GSP121 —— Cloud Source Repositories: Qwik Start

Table of Contents (🔎 Click to expand/collapse)

Overview

Google Cloud Source Repositories provides Git version control to support collaborative development of any application or service. In this lab, you will create a local Git repository that contains a sample file, add a Google Source Repository as a remote, and push the contents of the local repository. You will use the source browser included in Source Repositories to view your repository files from within the Cloud Console.

Use Cloud Source Repository

# create repository
$ gcloud source repos create <REPO_NAME>

# clone contents from Cloud Source Repository
$ gcloud source repos clone REPO_DEMO

Browse Files in Cloud Source Repository

  1. Click Navigation Menu > Source Repositories.
  2. Click Source Code

References