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

NAME

6       repo - repo rebase - manual page for repo rebase
7

SYNOPSIS

9       repo rebase {[<project>...] | -i <project>...}
10

DESCRIPTION

12       Summary
13
14       Rebase local branches on upstream branch
15

OPTIONS

17       -h, --help
18              show this help message and exit
19
20       --fail-fast
21              stop rebasing after first error is hit
22
23       -f, --force-rebase
24              pass --force-rebase to git rebase
25
26       --no-ff
27              pass --no-ff to git rebase
28
29       --autosquash
30              pass --autosquash to git rebase
31
32       --whitespace=WS
33              pass --whitespace to git rebase
34
35       --auto-stash
36              stash local modifications before starting
37
38       -m, --onto-manifest
39              rebase  onto the manifest version instead of upstream HEAD (this
40              helps to make sure the local tree stays consistent if you previā€
41              ously synced to a manifest)
42
43   Logging options:
44       -v, --verbose
45              show all output
46
47       -q, --quiet
48              only show errors
49
50       -i, --interactive
51              interactive rebase (single project only)
52
53   Multi-manifest options:
54       --outer-manifest
55              operate starting at the outermost manifest
56
57       --no-outer-manifest
58              do not operate on outer manifests
59
60       --this-manifest-only
61              only operate on this (sub)manifest
62
63       --no-this-manifest-only, --all-manifests
64              operate on this manifest and its submanifests
65
66       Run `repo help rebase` to view the detailed manual.
67

DETAILS

69       'repo  rebase'  uses  git  rebase  to move local changes in the current
70       topic branch to the HEAD of the upstream history, useful when you  have
71       made  commits  in  a  topic branch but need to incorporate new upstream
72       changes "underneath" them.
73
74
75
76repo rebase                        July 2022                           REPO(1)
Impressum