git2cpp rebase
Reapply commits on top of another base tip
git2cpp rebase [OPTIONS] [upstream] [branch]
POSITIONALS:
upstream TEXT Upstream branch to rebase onto
branch TEXT Working branch; defaults to HEAD
OPTIONS:
-h, --help Print this help message and exit
--onto TEXT Starting point at which to create the new commits
--abort Abort the rebase operation and reset HEAD to the original branch
--continue Restart the rebasing process after having resolved a merge
conflict
--skip Restart the rebasing process by skipping the current patch
--quit Abort the rebase operation but HEAD is not reset back to the
original branch