$ echo $PWD
/var/www/content-downie-dev/deploy
$ whoami
apache
$ git reset --hard
HEAD is now at 1d51611 update rds info
$ git pull
Already up-to-date.
$ git status
On branch dev
Your branch is up-to-date with 'origin/dev'.
nothing to commit, working directory clean
$ git log -1 --name-only
commit 1d516117d300c6b08c6f16a7254f1c3f0c03f6a0
Author: Josh McGrath <josh.bernard.mcgrath@gmail.com>
Date:   Thu Apr 26 12:21:55 2018 -0300

    update rds info

api/config/cli-config.php
api/src/settings.php
$ git submodule sync

$ git submodule update

$ git submodule status