Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 521 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 521 Bytes

Zither Harp Nomna

Submodules

  • app
  • assets
  • shared
  • calendar
  • dictionary
  • extension
  • fonts
  • keyboard
  • translate

Quick setup

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

Getting started

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