Programming Language PHP
Namespace GitElephant
Class Repository
Method/Function createFromRemote
Total Examples 1
1 code examples of PHP GitElephant\Repository::createFromRemote extracted from open source projects
public static function clone(string $url, string $to)
{
Repository::createFromRemote($url, $to, self::getBinary());
}