summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r--app-from-scratch.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh
index 074d258..ec573e6 100644
--- a/app-from-scratch.sh
+++ b/app-from-scratch.sh
@@ -240,3 +240,9 @@ editor config/routes.php
git add ../app-from-scratch.sh config/routes.php
git add src/Model/Entity/empty src/Model/Table/empty tests/Fixture/empty
git commit -m "first cake bake, auto-generated files not included for now"
+# 18507a4c76abad7cf5e6e9572137d0dc5a977fcc
+
+# Adding debug tool, tweaking date formatting
+editor config/app.php config/bootstrap.php
+git add ../app-from-scratch.sh config/app.php config/bootstrap.php
+git commit -m "Adding debug tool, tweaking date formatting"