public function getDeletedFiles($folder)
    {
        $command = $this->command . ' ls-files -d';

        $command = sprintf('cd %s && %s', $folder, $command);