public function getChangedFiles($folder, $exclude = [])
    {
        $command = $this->command . ' ls-files --modified';

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