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

NAME

6       repo - repo start - manual page for repo start
7

SYNOPSIS

9       repo start <newbranchname> [--all | <project>...]
10

DESCRIPTION

12       Summary
13
14       Start a new 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       --all  begin branch in all projects
25
26       -r REVISION, --rev=REVISION, --revision=REVISION
27              point branch at this revision instead of upstream
28
29       --head, --HEAD
30              abbreviation for --rev HEAD
31
32   Logging options:
33       -v, --verbose
34              show all output
35
36       -q, --quiet
37              only show errors
38
39       Run `repo help start` to view the detailed manual.
40

DETAILS

42       'repo start' begins a new branch of development, starting from the  re‐
43       vision specified in the manifest.
44
45
46
47repo start                         July 2021                           REPO(1)
Impressum