-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitmodules
36 lines (36 loc) · 1.07 KB
/
.gitmodules
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 "02_cub3d"]
path = 02_cub3d
url = https://github.com/JaeSeoKim/cub3d.git
branch = master
[submodule "03_libasm"]
path = 03_libasm
url = https://github.com/JaeSeoKim/libasm.git
branch = master
[submodule "03_ft_services"]
path = 03_ft_services
url = https://github.com/JaeSeoKim/ft_services.git
branch = master
[submodule "03_push_swap"]
path = 03_push_swap
url = https://github.com/JaeSeoKim/push_swap.git
branch = master
[submodule "03_minishell"]
path = 03_minishell
url = https://github.com/gachi-mandoo-shell/kimchi-mandoo-shell.git
branch = master
[submodule "03_philosophers"]
path = 03_philosophers
url = https://github.com/JaeSeoKim/philosophers.git
branch = master
[submodule "42piscine_python_django"]
path = 42piscine_python_django
url = https://github.com/JaeSeoKim/42piscine_python_django.git
branch = master
[submodule "04_cpp_modules"]
path = 04_cpp_modules
url = https://github.com/JaeSeoKim/cpp-modules.git
branch = master
[submodule "05_ft_containers"]
path = 05_ft_containers
url = https://github.com/JaeSeoKim/ft_containers.git
branch = main