Fetch and merge commits from a remote repository.
Resolves successfully when pull operation completes.
await pull({ fs, http, dir: '/tutorial', ref: 'main', singleBranch: true})
Generated using TypeDoc
Fetch and merge commits from a remote repository.
Returns
Resolves successfully when pull operation completes.
Example