Studio\Creator\GitRepoCreator::cloneRepository PHP Метод

cloneRepository() защищенный Метод

protected cloneRepository ( )
    protected function cloneRepository()
    {
        Shell::run("git clone {$this->repo} {$this->path}");
    }