Пример #1
0
 public function updateProject($name)
 {
     $path = $this->getProjectDirectory($name);
     $this->executor->cwd($path)->executeCommand('git pull --rebase');
 }