Hello Kathleen, The easiest solution for your needs might come from the Google Cloud Source Repositories <https://cloud.google.com/source-repositories/docs/>. These are fully-featured, private Git repositories hosted on Google Cloud Platform.
Creation is easy: 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>. gcloud source repos create hello-csr gcloud source repos create hello-csr -- 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/da3ca326-baaf-4878-9666-4fde15b36434%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
