See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
| VAGRANTFILE_API_VERSION = "2" | |
| $script = <<SCRIPT | |
| echo "-------------------- updating package lists" | |
| apt-get update |
| php artisan --help OR -h | |
| php artisan --quiet OR -q | |
| php artisan --version OR -V | |
| php artisan --no-interaction OR -n | |
| php artisan --ansi | |
| php artisan --no-ansi | |
| php artisan --env | |
| // -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug | |
| php artisan --verbose |