Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 792 Bytes

pull.md

File metadata and controls

42 lines (33 loc) · 792 Bytes
name cbbaseinfo cbparameters data
pull
description
Pulls the latest changes from the remote repository to 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 pull event.
type name
intrinsic
any
name category link
pull
git
pull.md

Status

Comming soon...

Example

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

Explaination

Pulls the latest changes from the remote repository into the local repository.

path: A string specifying the local repository path.