Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法找到 Pull the request 功能的位置Google Cloud Repository。我需要它通过具有代码审查功能来设置我目前正在为其他开发人员工作的项目。
Google Cloud Repository
就像在这个文档中一样:
在本地存储库中,您可以使用标准的 Git 命令集与云中的存储库进行交互,包括推送、拉取、克隆和记录。
您可以只使用 git 来使用它。如果您单击克隆和“手动生成的凭据”,您将有权复制 git clone 语句:
git clone https://<link_to_your_google_repo>
比你也可以使用
git pull https://<link_to_your_google_repo>
您也可以在此处查看文档。