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

NAME

6       repo - repo checkout - manual page for repo checkout
7

SYNOPSIS

9       repo checkout <branchname> [<project>...]
10

DESCRIPTION

12       Summary
13
14       Checkout a branch for development
15

OPTIONS

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       Run `repo help checkout` to view the detailed manual.
32

DETAILS

34       The 'repo checkout' command checks out an existing branch that was pre‐
35       viously created by 'repo start'.
36
37       The command is equivalent to:
38
39              repo forall [<project>...] -c git checkout <branchname>
40
41
42
43repo checkout                      July 2021                           REPO(1)
Impressum