diff --git a/src/Command/GitCommand.php b/src/Command/GitCommand.php index f1c5009..d1f8b71 100644 --- a/src/Command/GitCommand.php +++ b/src/Command/GitCommand.php @@ -101,7 +101,6 @@ protected function execute(InputInterface $input, OutputInterface $output) } if ($git->hasChangesSinceTag($latest, $branch, $path, $output)) { - if ($branch !== 'master') { $git->checkoutBranch($branch, $path, $output); $output->writeln(''.$branch.' der ausgecheckt werden sollte');