Add a submodule

git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book

Update Submodule to Latest Commit in the Parent Repo

git pull
git submodule update --init

Pull Latest Changes for Submodules

git submodule update --remote