git - 如何对谷歌云 git repo 进行代码审查

标签 git google-cloud-platform pull-request google-cloud-source-repos

我们在谷歌云平台上托管 git repo。我知道对于 github.com,我们可以使用 pull 请求进行代码审查,但谷歌云似乎没有提供。

如何在 Google 云平台上对 repos 执行代码审查?

最佳答案

一种可能性(不理想,我知道,但仍然可行)是将您的云存储库连接到 GitHub 或 BitBucket 存储库,您可以将其用于代码审查。来自 Connecting a Hosted Repository :

You can connect a Cloud Source Repository to a Git repository hosted on GitHub or Bitbucket. When you push changes to the hosted repository, the changes are automatically synchronized with the Cloud Source Repository.

关于git - 如何对谷歌云 git repo 进行代码审查,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37200647/

相关文章:

github - 使用 Vundle 管理自己的 Vim 插件分支

Git CRLF 更改显示在 git status 中

git - 使用 svn external 将 svn 迁移到 git

git - jupyter 笔记本和 github。

google-cloud-platform - 使用sendgrid和Google云平台发送电子邮件

mysql - node.js 中 Google Cloud mySQL 的连接字符串是什么?

mysql - 为什么我的 Google Cloud SQL (MySQL) 库每秒收到多个请求(写入),而我的应用程序什么都不做?

git - 列出在 Travis 中的 pull 请求中修改的文件

git 请求 pull : how to create a (github) pull request on the command line?

git - 列出 Git/GitHub 中 pull 请求中更改的所有文件