Documentation for Simbo's Packages
    Preparing search index...

    Interface GitChangeUnstaged

    A change in a Git repository that is unstaged.

    interface GitChangeUnstaged {
        unstaged: GitChangeUnstagedStatus;
    }
    Index

    Properties

    Properties

    The status of the change when it is unstaged. This can be one of the GitChangeStatus values or undefined if not unstaged.