repo - repo download - manual page for repo download
Contents
Description
Summary
Download and checkout a change
Details
The 'repo download' command downloads a change from the review system and makes it available in your
project's local working directory. If no project is specified try to use current directory as a project.
repo download July 2022 REPO(1)
Name
repo - repo download - manual page for repo download
Options
-h, --help
show this help message and exit
-b BRANCH, --branch=BRANCH
create a new branch first
-c, --cherry-pick
cherry-pick instead of checkout
-x, --record-origin
pass -x when cherry-picking
-r, --revert
revert instead of checkout
-f, --ff-only
force fast-forward merge
Loggingoptions:-v, --verbose
show all output
-q, --quiet
only show errors
Multi-manifestoptions:--outer-manifest
operate starting at the outermost manifest
--no-outer-manifest
do not operate on outer manifests
--this-manifest-only
only operate on this (sub)manifest
--no-this-manifest-only, --all-manifests
operate on this manifest and its submanifests
Run `repo help download` to view the detailed manual.
Synopsis
repodownload{[project] change[/patchset]}...
