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: 4)
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

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

Description

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

June 2021 repo start