$ echo $PWD
/var/www/content-subaru-barkleys-dev/deploy
$ whoami
apache
$ git reset --hard
HEAD is now at ff63456 IE11 loader fix
$ 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 ff63456ccefeb0aef15c0edfcee4638ee2318260
Author: Greg Webber <greg@jnickel.com>
Date:   Mon May 29 11:25:56 2017 -0300

    IE11 loader fix

site/src/ts/components/Loader.ts
site/src/ts/scaffolding/Main.ts
site/www/js/app.js
site/www/js/app.js.map
$ git submodule sync

$ git submodule update

$ git submodule status