1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo start - manual page for repo start
7
9 repo start <newbranchname> [--all | <project>...]
10
12 Summary
13
14 Start a new 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 --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 Multi-manifest options:
40 --outer-manifest
41 operate starting at the outermost manifest
42
43 --no-outer-manifest
44 do not operate on outer manifests
45
46 --this-manifest-only
47 only operate on this (sub)manifest
48
49 --no-this-manifest-only, --all-manifests
50 operate on this manifest and its submanifests
51
52 Run `repo help start` to view the detailed manual.
53
55 'repo start' begins a new branch of development, starting from the re‐
56 vision specified in the manifest.
57
58
59
60repo start July 2022 REPO(1)