Scroll to navigation

REPO(1) Repo Manual REPO(1)

NAME

repo - repo download - manual page for repo download

SYNOPSIS

repo download {[project] change[/patchset]}...

DESCRIPTION

Summary

Download and checkout a change

OPTIONS

show this help message and exit
create a new branch first
cherry-pick instead of checkout
pass -x when cherry-picking
revert instead of checkout
force fast-forward merge

Logging options:

show all output
only show errors

Multi-manifest options:

operate starting at the outermost manifest
do not operate on outer manifests
only operate on this (sub)manifest
operate on this manifest and its submanifests

Run `repo help download` to view the detailed manual.

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.

July 2022 repo download