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

    Function getGitChanges

    • Gets the uncommitted Git changes in the specified working directory.

      Parameters

      • workingDir: string = ...

        The working directory of the Git repository. Defaults to the current working directory.

      Returns Promise<ReadonlyMap<string, GitChange>>

      A ReadonlyMap of file paths to their corresponding GitChange objects.