Get commit descriptions from the git history.
Resolves to an array of ReadCommitResult objects.
const commits = await log({ fs, dir: '/tutorial', depth: 5, ref: 'main'})console.log(commits)
Generated using TypeDoc
Get commit descriptions from the git history.
Returns
Resolves to an array of ReadCommitResult objects.
Example