diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-08 15:50:59 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-08 15:54:26 +0700 |
commit | dc6f57c3af35f599abab2c4bac950654282cb519 (patch) | |
tree | 7f199379455964f8021fbcf9cb79593c27fa5d21 /.gitmodules | |
parent | e09aa90e0e388d4c42e38381961bc3fa1771cff3 (diff) | |
download | cp-dc6f57c3af35f599abab2c4bac950654282cb519.tar.gz |
Fix submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index affdd48..5db8f22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,18 @@ [submodule "paip/book"] path = paip/book url = https://github.com/norvig/paip-lisp.git - [submodule "usth/ICT2.8"] path = usth/ICT2.8 url = https://github.com/McSinyx/os2020.git - [submodule "usth/ICT2.9/speakerid"] path = usth/ICT2.9/speakerid url = https://github.com/McSinyx/speakerid.git +[submodule "usth/ICT2.12/recipe"] + path = usth/ICT2.12/recipe + url = https://github.com/McSinyx/recipe.git +[submodule "usth/ICT2.5/cheese-shop"] + path = usth/ICT2.5/cheese-shop + url = https://github.com/McSinyx/cheese-shop.git +[submodule "usth/ICT2.5/practical/mywind"] + path = usth/ICT2.5/practical/mywind + url = https://github.com/dalers/mywind.git |