1REPO(1)                           Repo Manual                          REPO(1)
2
3
4

NAME

6       repo - repo cherry-pick - manual page for repo cherry-pick
7

SYNOPSIS

9       repo cherry-pick <sha1>
10

DESCRIPTION

12       Summary
13
14       Cherry-pick a change.
15

OPTIONS

17       -h, --help
18              show this help message and exit
19
20   Logging options:
21       -v, --verbose
22              show all output
23
24       -q, --quiet
25              only show errors
26
27   Multi-manifest options:
28       --outer-manifest
29              operate starting at the outermost manifest
30
31       --no-outer-manifest
32              do not operate on outer manifests
33
34       --this-manifest-only
35              only operate on this (sub)manifest
36
37       --no-this-manifest-only, --all-manifests
38              operate on this manifest and its submanifests
39
40       Run `repo help cherry-pick` to view the detailed manual.
41

DETAILS

43       'repo  cherry-pick'  cherry-picks  a change from one branch to another.
44       The change id will be updated, and a reference to  the  old  change  id
45       will be added.
46
47
48
49repo cherry-pick                   July 2022                           REPO(1)
Impressum