【问题标题】:Pull request or Merge request on Google cloud repository谷歌云存储库上的拉取请求或合并请求
【发布时间】:2020-03-12 05:57:06
【问题描述】:

我找不到Google Cloud Repository 的拉取请求功能在哪里。我需要它来设置我目前正在为其他开发人员工作的项目,通过代码审查功能。

【问题讨论】:

标签: git google-cloud-platform google-cloud-repository


【解决方案1】:

就像在这个doc

从本地存储库,您可以使用标准的 Git 命令集与云中的存储库进行交互,包括推送、拉取、克隆和记录。

你可以只用 git 来使用它。如果您单击克隆和“手动生成的凭据”,您将有权复制 git clone 语句:

git clone https://<link_to_your_google_repo>

你也可以使用

git pull https://<link_to_your_google_repo>

您也可以查看文档here

【讨论】:

    猜你喜欢
    • 2019-04-09
    • 2014-04-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-09-08
    • 2021-09-22
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多