ts-repo-utils
    Preparing search index...

    Function getDiffFrom

    • Get files that differ from the specified base branch or commit. Runs git diff --name-only <base> [--diff-filter=d]

      Parameters

      • base: string
      • Optionaloptions: Readonly<{ excludeDeleted?: boolean; silent?: boolean }>

      Returns Promise<
          Result<readonly string[], ExecException | Readonly<{ message: string }>>,
      >