Portable develop environment for personal use.
cd /path/to/your/git/repo
git submodule add https://github.com/AugustusWillisWang/WWorkspace
git add -A
git push
cd /path/to/your/git/repo
git submodule init
git submodule update
git clone <repository> --recursive
git submodule update --remote