]> git.parisson.com Git - docker-django-scripts.git/commitdiff
Add main app
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 28 Mar 2018 16:50:24 +0000 (18:50 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 28 Mar 2018 16:50:24 +0000 (18:50 +0200)
dev/push.sh [changed mode: 0644->0755]
dev/status.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 258d60f..fb8850d
@@ -10,4 +10,5 @@
 
 cd "$(dirname "$0")"/../../
 
+git push
 git submodule foreach --recursive 'git push'
old mode 100644 (file)
new mode 100755 (executable)
index a3f6298..12ea240
@@ -10,4 +10,5 @@
 
 cd "$(dirname "$0")"/../../
 
+git status
 git submodule foreach --recursive 'git status'