REPO(1) | Repo Manual | REPO(1) |
repo - repo rebase - manual page for repo rebase
repo rebase {[<project>...] | -i <project>...}
Summary
Rebase local branches on upstream branch
Run `repo help rebase` to view the detailed manual.
'repo rebase' uses git rebase to move local changes in the current topic branch to the HEAD of the upstream history, useful when you have made commits in a topic branch but need to incorporate new upstream changes "underneath" them.
July 2022 | repo rebase |