Hi again Kathleen, Google Cloud Source Repositories <https://cloud.google.com/source-repositories/docs/> should cover your needs, as described in your short posting. Cloud Repositories are fully-featured, private Git repositories hosted on Google Cloud Platform.
These are the easy steps required to create your repository, and 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. You can read more on this subject 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>. -- 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/6dfff88e-0a3f-4fa3-bc37-7a58f431fc46%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
