ISPO SDK
    Preparing search index...

    Interface GitStatusFile

    Markdown
    interface GitStatusFile {
        additions?: number;
        deletions?: number;
        path: string;
        staged: boolean;
        status: string;
    }
    Index
    additions?: number
    deletions?: number
    path: string

    Project-relative path. Never absolute.

    staged: boolean

    Whether the index contains a change for this path.

    status: string

    Host-normalized porcelain status.