pub async fn rebase_continue(
repo_path: PathBuf,
) -> Result<RebaseStepResult, GitError>Expand description
Re-exported rebase/conflict APIs. Continues an in-progress rebase.
§Arguments
repo_path- Path to the git repository or worktree
§Returns
A RebaseStepResult describing whether the rebase completed or
encountered conflicts.
§Errors
Returns a GitError for non-conflict git failures.