Function pull

  • Fetch and merge commits from a remote repository.

    Returns

    Resolves successfully when pull operation completes.

    Example

    await pull({
    fs,
    http,
    dir: '/tutorial',
    ref: 'main',
    singleBranch: true
    })

    Parameters

    Returns Promise<void>

Generated using TypeDoc