Skip to content

Commit

Permalink
run git pull before git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Oct 7, 2014
1 parent 4a2545e commit 8308dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ protected function displayGitInstructions(OutputInterface $output)
git push
cd ..
git add UI
git commit -m'' #WRITE A COMMIT MESSAGE
git pull
git commit -m'' #WRITE A COMMIT MESSAGE
git push";
$output->writeln($commands);
}
Expand Down

0 comments on commit 8308dc6

Please sign in to comment.