- app
- assets
- shared
- calendar
- dictionary
- extension
- fonts
- keyboard
- translate
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin "url"
git push -u origin main
git submodule init
git submodule sync --recursive
git submodule update --recursive
git submodule foreach git checkout master
git submodule foreach git pull origin master
git submodule foreach git checkout master