Scroll to navigation

REPO(1) Repo Manual REPO(1)

NAME

repo - repo start - manual page for repo start

SYNOPSIS

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

DESCRIPTION

Summary

Start a new branch for development

OPTIONS

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

Logging options:

show all output
only show errors

Multi-manifest options:

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.

DETAILS

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

July 2022 repo start