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 | |
parent | e09aa90e0e388d4c42e38381961bc3fa1771cff3 (diff) | |
download | cp-dc6f57c3af35f599abab2c4bac950654282cb519.tar.gz |
Fix submodules
-rw-r--r-- | .gitmodules | 11 | ||||
m--------- | usth/ICT2.5/cheese-shop | 0 |
2 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 diff --git a/usth/ICT2.5/cheese-shop b/usth/ICT2.5/cheese-shop -Subproject 63ad0c373de0f57de4cd8032e0d6703cb2d2d41 +Subproject 00ea518b3af9eceb7f848aced9942793337f80e |