-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
32 lines (32 loc) · 871 Bytes
/
.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
[submodule "Libft"]
path = Libft
url = [email protected]:TheBetterDark/42-libft.git
branch = main
[submodule "minishell"]
path = minishell
url = [email protected]:TheBetterDark/42-minishell.git
branch = main
[submodule "Philosophers"]
path = Philosophers
url = [email protected]:TheBetterDark/42-Philosophers.git
branch = main
[submodule "push_swap"]
path = push_swap
url = [email protected]:TheBetterDark/42-push_swap.git
branch = main
[submodule "so_long"]
path = so_long
url = [email protected]:TheBetterDark/42-so_long.git
branch = main
[submodule "get_next_line"]
path = get_next_line
url = [email protected]:TheBetterDark/42-get_next_line.git
branch = main
[submodule "ft_printf"]
path = ft_printf
url = [email protected]:TheBetterDark/42-ft_printf.git
branch = main
[submodule "pipex"]
path = pipex
url = [email protected]:TheBetterDark/42-pipex.git
branch = main