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

    Function parseGitStatusOutput

    • Parses the output of the git status command and returns a map of Git changes.

      Parameters

      • output: string

        The output string from the git status command.

      Returns ReadonlyMap<string, GitChange>

      A ReadonlyMap of file paths to their corresponding GitChange objects.