From: Guillaume Pellerin Date: Wed, 28 Mar 2018 16:50:24 +0000 (+0200) Subject: Add main app X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=08d3ecfc6f651c233f0f5c98113303e2fbdbc1b1;p=docker-django-scripts.git Add main app --- diff --git a/dev/push.sh b/dev/push.sh old mode 100644 new mode 100755 index 258d60f..fb8850d --- a/dev/push.sh +++ b/dev/push.sh @@ -10,4 +10,5 @@ cd "$(dirname "$0")"/../../ +git push git submodule foreach --recursive 'git push' diff --git a/dev/status.sh b/dev/status.sh old mode 100644 new mode 100755 index a3f6298..12ea240 --- a/dev/status.sh +++ b/dev/status.sh @@ -10,4 +10,5 @@ cd "$(dirname "$0")"/../../ +git status git submodule foreach --recursive 'git status'