Appearance
cd existing_folder git init git remote add origin <git-url> git add . git commit -m "Initial commit" git push -u origin master
git submodule add git@gitxxxxxxx.git
git mv 子模块旧名字 新名字 git submodule sync git add -u git commit git push