Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 728 Bytes

logs.md

File metadata and controls

42 lines (31 loc) · 728 Bytes
name cbbaseinfo cbparameters data
logs
description
Retrieves the commit logs for the local repository at the given path.
parameters returns
name typeName description
path
string
The file system path of the local Git repository.
signatureTypeName description typeArgs
Promise
A promise that resolves with the response from the logs event.
type name
intrinsic
any
name category link
logs
git
logs.md

Status

Comming soon...

Example

await git.logs('/path/to/repo')

Explaination

Displays the commit logs of the local repository.

path: A string specifying the local repository path.