rebase

Function rebase 

Source
pub async fn rebase(
    interactive: bool,
    onto: Option<String>,
    strategy: Option<RebaseStrategyArg>,
) -> Result<()>