1REPO(1)                           Repo Manual                          REPO(1)
2
3
4

NAME

6       repo - repo download - manual page for repo download
7

SYNOPSIS

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

DESCRIPTION

12       Summary
13
14       Download and checkout a change
15

OPTIONS

17       -h, --help
18              show this help message and exit
19
20       -b BRANCH, --branch=BRANCH
21              create a new branch first
22
23       -c, --cherry-pick
24              cherry-pick instead of checkout
25
26       -x, --record-origin
27              pass -x when cherry-picking
28
29       -r, --revert
30              revert instead of checkout
31
32       -f, --ff-only
33              force fast-forward merge
34
35   Logging options:
36       -v, --verbose
37              show all output
38
39       -q, --quiet
40              only show errors
41
42   Multi-manifest options:
43       --outer-manifest
44              operate starting at the outermost manifest
45
46       --no-outer-manifest
47              do not operate on outer manifests
48
49       --this-manifest-only
50              only operate on this (sub)manifest
51
52       --no-this-manifest-only, --all-manifests
53              operate on this manifest and its submanifests
54
55       Run `repo help download` to view the detailed manual.
56

DETAILS

58       The  'repo  download' command downloads a change from the review system
59       and makes it available in your project's local working directory. If no
60       project is specified try to use current directory as a project.
61
62
63
64repo download                      July 2022                           REPO(1)
Impressum