method GitOperations.prototype.getLastCommitMessage
GitOperations.prototype.getLastCommitMessage(): Promise<string>

Get the last commit message

Return Type

Promise<string>

Usage

import { GitOperations } from ".";