1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo download - manual page for repo download
7
9 repo download {[project] change[/patchset]}...
10
12 Summary
13
14 Download and checkout a change
15
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 Run `repo help download` to view the detailed manual.
43
45 The 'repo download' command downloads a change from the review system
46 and makes it available in your project's local working directory. If no
47 project is specified try to use current directory as a project.
48
49
50
51repo download July 2021 REPO(1)