Hello Kathleen, There is already a solution to your repository problem in the form of Google Cloud Source Repositories <https://cloud.google.com/source-repositories/docs/>. These are fully-featured, private Git repositories hosted on Google Cloud Platform.
There are only a few steps needed to create a repository, to download your source: after having selected or created a GCP project, you install Git, and then install and initialize the Cloud SDK. The actual command to create a repository is then: "gcloud source repos create hello-csr", where "hello-csr" is the name of your new repository. More related detail can be gathered from the "Quickstart for Linux" documentation page <https://cloud.google.com/source-repositories/docs/quickstart>. The same page indicates how to handle your source code with the help of a cloud repository: clone a repository and then push to the cloud source repository, as described on the same page <https://cloud.google.com/source-repositories/docs/quickstart>. Do you actually refer to the iCloud SDK, so iCloud for Developers <https://developer.apple.com/icloud/>? This is an Apple product and you may find related information on their Developer Forums <https://forums.developer.apple.com/welcome>. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/58a618a0-b1d0-401d-8c76-7528109e919f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
