-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
75 lines (75 loc) · 1.76 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[submodule "libft"]
path = libft
url = [email protected]:mcombeau/libft.git
branch = main
update = rebase
[submodule "born2beroot"]
path = born2beroot
url = [email protected]:mcombeau/Born2beroot.git
branch = main
update = rebase
[submodule "ft_printf"]
path = ft_printf
url = [email protected]:mcombeau/ft_printf.git
branch = main
update = rebase
[submodule "get_next_line"]
path = get_next_line
url = [email protected]:mcombeau/get_next_line.git
branch = main
update = rebase
[submodule "fractol"]
path = fractol
url = https://github.com/mcombeau/fract-ol
branch = main
update = rebase
[submodule "pipex"]
path = pipex
url = [email protected]:mcombeau/pipex.git
branch = main
update = rebase
[submodule "push_swap"]
path = push_swap
url = [email protected]:mcombeau/push_swap.git
branch = main
update = rebase
[submodule "minishell"]
path = minishell
url = [email protected]:mcombeau/minishell.git
branch = main
update = rebase
[submodule "philosophers"]
path = philosophers
url = [email protected]:mcombeau/philosophers.git
branch = main
update = rebase
[submodule "cpp_modules"]
path = cpp_modules
url = [email protected]:mcombeau/Cpp_Modules.git
branch = main
update = rebase
[submodule "cub3d"]
path = cub3d
url = [email protected]:mcombeau/cub3D.git
branch = main
update = rebase
[submodule "net_practice"]
path = net_practice
url = [email protected]:mcombeau/net_practice.git
branch = main
update = rebase
[submodule "inception"]
path = inception
url = https://github.com/mcombeau/inception
branch = main
update = rebase
[submodule "ft_irc"]
path = ft_irc
url = https://github.com/mcombeau/ft_irc
branch = main
update = rebase
[submodule "ft_transcendance"]
path = ft_transcendance
url = [email protected]:mcombeau/ft_transcendance.git
branch = main
update = rebase