IGitRepository.

UncommittedChangesCount() Method

Summary

Returns the number of files that have been modified but not yet staged or committed.
Namespace
GitVersion.Git
Containing Type
IGitRepository

Syntax

int UncommittedChangesCount()

Return Value

Type Description
int
GitHub