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

    Interface GitChangeStaged

    A change in a Git repository that is staged.

    interface GitChangeStaged {
        staged: GitChangeStagedStatus;
    }
    Index

    Properties

    Properties

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