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

    Interface GitChangeWithOriginPath

    A change in a Git repository that includes an origin path.

    interface GitChangeWithOriginPath {
        originPath: string;
    }
    Index

    Properties

    Properties

    originPath: string

    The original file path before the change (for renamed or copied files).