March 2019
Beginner to intermediate
778 pages
34h 20m
English
Each project on GCP has a Git repository which can be accessed by the GCE instances. Though we can manually move the code to an instance, moving it to Source Repositories gives the ability for the compute instances to pull the code automatically via a start up script:
git commit -am "Ready to be committed to GCP"

Read now
Unlock full access