/**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle(GitRepoService $git)
 {
     $git->cloneRepo();
 }