pub async fn commit(
repo: RepoHandle,
opts: CommitOpts,
) -> GitResult<CommitResult>Expand description
Execute commit operation with the given options.
pub async fn commit(
repo: RepoHandle,
opts: CommitOpts,
) -> GitResult<CommitResult>Execute commit operation with the given options.