Function git_next_git::push::reset

source ยท
pub fn reset(
    open_repository: &dyn OpenRepositoryLike,
    repo_details: &RepoDetails,
    branch_name: &BranchName,
    to_commit: &GitRef,
    force: &Force,
) -> Result<()>