重命名Google Cloud Source存储库中的Git存储库

时间:2019-08-06 07:10:18

标签: git google-cloud-platform google-cloud-source-repos

是否可以在Google Cloud Source Repository中重命名Git存储库?

1 个答案:

答案 0 :(得分:3)

根据API,您不能这样做。您只有创建和删除存储库,没有更新。

最好的方法是创建一个新的仓库,然后删除当前仓库。