Search code examples
gitgoogle-cloud-platformgoogle-cloud-source-repos

Rename Git repository in Google Cloud Source Repositories


Is it possible to rename a Git repository in Google Cloud Source Repositories?


Solution

  • According with the API, you can't. You only have create and delete for a repo, no update.

    The best way is to create a new repo and then to delete the current one.