.  ____  .    ____________________________
 |/      \|   |                            |
[| ♥    ♥ |]  | Git Deployment Script v0.1 |
 |___==___|  /              © oodavid 2012 |
              |____________________________|

$ echo $PWD
/home/gracegospel/gracegospel
$ whoami
gracegospel
$ git pull

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	deleted:    html/__createPage.html

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	Teaching_Notes/
	_thumbs/
	imgs/Photos/

no changes added to commit (use "git add" and/or "git commit -a")
$ git submodule sync

$ git submodule update

$ git submodule status