Scroll to navigation

REPO(1) Repo Manual REPO(1)

NAME

repo - repo cherry-pick - manual page for repo cherry-pick

SYNOPSIS

repo cherry-pick <sha1>

DESCRIPTION

Summary

Cherry-pick a change.

OPTIONS

show this help message and exit

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 cherry-pick` to view the detailed manual.

DETAILS

'repo cherry-pick' cherry-picks a change from one branch to another. The change id will be updated, and a reference to the old change id will be added.

July 2022 repo cherry-pick