REPO(1) Repo Manual REPO(1)

repo - repo start - manual page for repo start

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

Summary

Start a new branch for development

show this help message and exit
number of jobs to run in parallel (default: based on number of CPU cores)
begin branch in all projects
point branch at this revision instead of upstream
abbreviation for --rev HEAD

show all output
only show errors

operate starting at the outermost manifest
do not operate on outer manifests
only operate on this (sub)manifest
operate on this manifest and its submanifests

Run `repo help start` to view the detailed manual.

'repo start' begins a new branch of development, starting from the revision specified in the manifest.

July 2022 repo start