diff --git a/commit b/commit new file mode 100644 index 000000000..4a4c50052 --- /dev/null +++ b/commit @@ -0,0 +1,20 @@ +#!/bin/sh + +EXIT_STATUS=0 + +# Use composer to call php-cs-fixer +composer fix-style + +# Add changes. +git add -i + +# Edit changelog. +nano Changelog + +# Add changes to changelog. +git add Changelog + +php artisan migrate + +# Commit changes. +git commit