diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:18:34 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:18:34 +0200 |
commit | 1eeb6c1ee3b538e2a3f5b940c32725ec068f21ba (patch) | |
tree | 53046fc8282bb2b56d0570f3bb3fbe14c14638d8 /app-from-scratch.sh | |
parent | eeb6aee61bc55a95a4d62d354f180d167c6a25fb (diff) | |
download | chd_gestion-1eeb6c1ee3b538e2a3f5b940c32725ec068f21ba.zip chd_gestion-1eeb6c1ee3b538e2a3f5b940c32725ec068f21ba.tar.gz chd_gestion-1eeb6c1ee3b538e2a3f5b940c32725ec068f21ba.tar.bz2 |
bake : Commit imported&derived files from bake to keep the diffs
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh index ec573e6..bacf80e 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -246,3 +246,10 @@ git commit -m "first cake bake, auto-generated files not included for now" 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" +# eeb6aee61bc55a95a4d62d354f180d167c6a25fb + +# bake : Commit imported&derived files from bake to keep the diffs +cp -a vendor/cakephp/bake/src/Shell/BakeShell.php plugins/CustomTheme/src/Shell/BakeShell.php +editor plugins/CustomTheme/src/Shell/BakeShell.php +git add plugins/CustomTheme/src/Shell/BakeShell.php +git commit -m "bake : Commit imported&derived files from bake to keep the diffs" |