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       Run `repo help rebase` to view the detailed manual.
54

DETAILS

56       'repo  rebase'  uses  git  rebase  to move local changes in the current
57       topic branch to the HEAD of the upstream history, useful when you  have
58       made  commits  in  a  topic branch but need to incorporate new upstream
59       changes "underneath" them.
60
61
62
63repo rebase                        July 2021                           REPO(1)
Impressum