Function fetchRemoteBranch

  • Fetch from the given remote and branch. Throws an error on failure.

    Parameters

    • remote: string
    • remoteBranch: string
    • cwd: string

    Returns void

    Deprecated

    Use fetchRemote({ remote, remoteBranch, cwd })