We understand that you have found that the Cloud Shell storage persists across projects. This behavior is indeed intended, as the Cloud Shell persistent disk storage is not provisioned on a per-project basis, it is rather provisioned on a per user basis <https://cloud.google.com/shell/docs/how-cloud-shell-works#persistent_disk_storage>. You will notice that you are able to list the files on the home directory without the need to set the project-id, as setting the project-id <https://cloud.google.com/sdk/gcloud/reference/config/set#project> identifies the particular project the gcloud SDK will operate on whereas "ls" is a linux command which interacts with the linux based GCE instance <https://cloud.google.com/shell/docs/how-cloud-shell-works> provisioned for the Cloud Shell command line.
If you would like to delete the cloned github repository in this case from your Cloud Shell home directory, we would suggest deleting the repository using the rm -r command <https://docs.oracle.com/cd/E19253-01/806-7612/files-20/index.html#:~:text=To%20remove%20a%20directory%20and,the%20recursive%20option%2C%20%2Dr%20.&text=Directories%20that%20are%20removed%20with,with%20the%20rm%20%2Dr%20command.> [3]. We would also recommend using Stack Overflow <https://cloud.google.com/support/docs/community#technical_questions_stack_exchange_stack_overflow_and_server_fault> for technical questions as the question answer format used for this support platform is indeed more suitable and would allow for a likely more efficient means of support in this case. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/c21811b5-ac83-4018-b4d7-d45161924e9fo%40googlegroups.com.
