nsuite / RefreshGitIndexResult
Interface: RefreshGitIndexResult
Defined in: UtilsGit.ts:15
Properties
hasRealChanges
hasRealChanges:
boolean
Defined in: UtilsGit.ts:20
Whether the working tree still has real differences after the refresh. false means the index and the working tree content are identical.
status
status:
string
Defined in: UtilsGit.ts:25
Trimmed output of git status --short. An empty string when there are no real differences.