gcloud source repos clone
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud source repos clone - clone a cloud source repository
- SYNOPSIS
-
-
gcloud source repos cloneREPOSITORY_NAME[DIRECTORY_NAME] [--dry-run] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
This command clones a git repository from the currently active Google Cloud
project into the specified directory or into the current directory if no target
directory is specified.
Each Google Cloud project can have zero or more git repositories associated with it. To see the available repositories, run:
gcloudsourcereposlistThe clone operation configures the local clone to use your gcloud credentials to authenticate future git operations. This command emits a warning if the cloud source repository is a mirror.
- EXAMPLES
-
The example commands below show a sample workflow.
gcloudinitgcloudsourcereposcloneREPOSITORY_NAMEDIRECTORY_NAMEcdDIRECTORY_NAME … create/editfilesandcreateoneormorecommits…gitpushoriginmain - POSITIONAL ARGUMENTS
-
REPOSITORY_NAME- Name of the repository.
- [
DIRECTORY_NAME] - Directory name for the cloned repo. Defaults to the repository name.
- FLAGS
-
--dry-run- If provided, prints the command that would be run to standard out instead of executing it.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
-
These variants are also available:
gcloudalphasourcereposclonegcloudbetasourcereposclone