-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.82 KB
/
.gitmodules
File metadata and controls
36 lines (36 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "Lesson1 (Sequence containers)/ListLesson"]
path = Lesson1 (Sequence containers)/ListLesson
url = git@github.com:smay1613/ListLesson.git
[submodule "Lesson1 (Sequence containers)/VectorLesson"]
path = Lesson1 (Sequence containers)/VectorLesson
url = git@github.com:smay1613/VectorLesson.git
[submodule "Lesson3 (Container adapters)/QueueLesson"]
path = Lesson3 (Container adapters)/QueueLesson
url = git@github.com:smay1613/QueueLesson.git
[submodule "Lesson3 (Container adapters)/StackLesson"]
path = Lesson3 (Container adapters)/StackLesson
url = git@github.com:smay1613/StackLesson.git
[submodule "Lesson5 (Ordered associative containers)/MapLesson"]
path = Lesson5 (Ordered associative containers)/MapLesson
url = git@github.com:smay1613/MapLesson.git
[submodule "Lesson9 (Unordered containers)/UnorderedMapLesson"]
path = Lesson9 (Unordered containers)/UnorderedMapLesson
url = git@github.com:smay1613/UnorderedMapLesson.git
[submodule "Lesson7 (Qt MVC)/Qt-MVC-Example"]
path = Lesson7 (Qt MVC)/Qt-MVC-Example
url = git@github.com:smay1613/Qt-MVC-Example.git
[submodule "Lesson8 (Iterators)/IteratorsLesson"]
path = Lesson8 (Iterators)/IteratorsLesson
url = git@github.com:smay1613/IteratorsLesson.git
[submodule "Lesson5 (Ordered associative containers)/SetLesson"]
path = Lesson5 (Ordered associative containers)/SetLesson
url = git@github.com:smay1613/SetLesson.git
[submodule "Lesson10 (Qt Databases)/Qt-Databases"]
path = Lesson10 (Qt Databases)/Qt-Databases
url = git@github.com:smay1613/Qt-AddressBook.git
[submodule "Lesson11 (Qt Networking)/Qt-Networking"]
path = Lesson11 (Qt Networking)/Qt-Networking
url = git@github.com:smay1613/Qt-AddressBook.git
[submodule "Lesson4 (15-puzzle, introduction to Qt)/15puzzle"]
path = Lesson4 (15-puzzle, introduction to Qt)/15puzzle
url = git@github.com:smay1613/15-puzzleQt.git