git 克隆指定分支
git clone -b xxx https://github.com/xxxx.git
git 級聯克隆
git submodule update --init --recursive