____________________________
|                            |
| Git Deployment Script v0.1 |
|      github.com/riodw 2022 |
|____________________________|

$ echo $PWD

$ whoami

$ git reset --hard HEAD

$ git pull

$ git status

$ git submodule sync

$ git submodule update

$ git submodule status