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