Pull request or Merge request on Google cloud repository
Asked Answered
V

2

10

I'm having trouble finding where is the Pull the request feature of Google Cloud Repository. I need it to setup the project that I'm currently working on for other developers, by having a code review feature.

enter image description here

Vicenary answered 12/3, 2020 at 5:57 Comment(2)
See #37201147.Valais
@Vicenary Did you find something?Petronilapetronilla
D
0

As it is in this doc:

From a local repository, you can use the standard set of Git commands to interact with the repository in the cloud, including push, pull, clone, and log.

You can use just git to use it. If you click clone and "Manually generated credentials" you will have access to copy git clone statement:

git clone https://<link_to_your_google_repo>

Than you can use as well

git pull https://<link_to_your_google_repo>

You can check docs here as well.

Dysgenic answered 12/3, 2020 at 13:53 Comment(0)
P
0

Google Cloud source by default probably does not have Pull Request feature similar to what you can find it github or Bitbucket.

Prosaic answered 16/7 at 7:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.