1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo checkout - manual page for repo checkout
7
9 repo checkout <branchname> [<project>...]
10
12 Summary
13
14 Checkout a branch for development
15
17 -h, --help
18 show this help message and exit
19
20 -j JOBS, --jobs=JOBS
21 number of jobs to run in parallel (default: based on number of
22 CPU cores)
23
24 Logging options:
25 -v, --verbose
26 show all output
27
28 -q, --quiet
29 only show errors
30
31 Multi-manifest options:
32 --outer-manifest
33 operate starting at the outermost manifest
34
35 --no-outer-manifest
36 do not operate on outer manifests
37
38 --this-manifest-only
39 only operate on this (sub)manifest
40
41 --no-this-manifest-only, --all-manifests
42 operate on this manifest and its submanifests
43
44 Run `repo help checkout` to view the detailed manual.
45
47 The 'repo checkout' command checks out an existing branch that was pre‐
48 viously created by 'repo start'.
49
50 The command is equivalent to:
51
52 repo forall [<project>...] -c git checkout <branchname>
53
54
55
56repo checkout July 2022 REPO(1)