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

-h, --help
show this help message and exit
--all
begin branch in all projects
-r REVISION, --rev=REVISION, --revision=REVISION
point branch at this revision instead of upstream
--head
abbreviation for --rev HEAD

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.

January 2021 repo start