Function listCommits

  • Lists all commits between the given refs, including latestRef.

    Parameters

    • git: Readonly<SimpleGit>
    • __namedParameters: {
          baseRef: string;
          latestRef: string;
      }
      • baseRef: string
      • latestRef: string

    Returns Promise<string[]>