PackageManager.gitClone

Perform a git clone operation at dest using repo

class PackageManager
protected
bool
gitClone
(
string remote
,
string gitref
,
in NativePath dest
)

Parameters

remote string

The remote to clone from

gitref string

The git reference to use

dest NativePath

Where the result of git clone operation is to be stored

Return Value

Type: bool

Whether or not the clone operation was successfull.

Meta