Function getRecentCommitMessages

  • Gets recent commit messages between the specified parent branch and HEAD. By default, returns an empty array if the operation fails.

    Parameters

    • options: GitBranchOptions

    Returns string[]

    An array of commit message strings

  • Parameters

    • branch: string
    • cwd: string

    Returns string[]

    Deprecated

    Use object params version