uncommittedFileChanges property
A list of all files which have uncommitted Git changes.
There will only be a single entry for any given file.
Implementation
core.List<UncommittedFileChange>? uncommittedFileChanges;
A list of all files which have uncommitted Git changes.
There will only be a single entry for any given file.
core.List<UncommittedFileChange>? uncommittedFileChanges;