Interface IndexAllOptions

interface IndexAllOptions {
    omitNewFiles: boolean;
}

Properties

Properties

omitNewFiles: boolean

Whether omit to index new files. Setting it to true will execute git add -u.

Generated using TypeDoc