April 2018
Intermediate to advanced
280 pages
6h 18m
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"
