/**
  * @param string $filePath
  */
 private function stageFile($filePath)
 {
     $this->repository->stageFile($filePath);
 }