$ echo $PWD
/var/www/content-downie/deploy
$ whoami
apache
$ git reset --hard
HEAD is now at c82f767 Update cli-config.php
$ git pull
Already up-to-date.
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
$ git log -1 --name-only
commit c82f767a01170310a97cca182dced0d3022d1af9
Author: Josh McGrath <josh.bernard.mcgrath@gmail.com>
Date:   Thu Apr 2 13:20:22 2020 -0300

    Update cli-config.php

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

$ git submodule update

$ git submodule status