-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
85 lines (69 loc) · 2.23 KB
/
.gitmodules
File metadata and controls
85 lines (69 loc) · 2.23 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
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
76
77
78
79
80
81
82
83
84
85
# git submodule add [-b <branch>] [--name <name>] <repository> [<path>]
# git submodule update --init --recursive
# git submodule update --recursive --remote
# Courses
## Harvard
[submodule "Courses/CS50x"]
path = Courses/CS50x
url = https://github.com/see7e/cs50x
branch = main
## 42 # archived
[submodule "Courses/42/42_Walkthrugh"]
path = Courses/42/42_Walkthrugh
url = https://github.com/see7e/42_Walkthrugh
branch = main
[submodule "Libft"]
path = Courses/42/Common_Core/Libft
url = https://github.com/see7e/42-libft
branch = main
[submodule "get_next_line"]
path = Courses/42/Common_Core/get_next_line
url = https://github.com/see7e/get_next_line
branch = main
[submodule "ft_printf"]
path = Courses/42/Common_Core/ft_printf
url = https://github.com/see7e/42-ft_printf
branch = main
# [submodule "Born2beroot"]
# path = Courses/42/Common_Core/Born2beroot
# url = https://github.com/see7e/42-Born2beroot
# branch = main
## Tic Em Trilhas - 5G
[submodule "TicEmTrilhas-5G"]
path = Courses/tic-em-trilhas_5G
url = https://github.com/see7e/5g-ticemtrilhas
branch = main
## CPQD
[submodule "CPQD_private-networks-5g"]
path = Courses/CPQD_private-networks-5G
url = https://github.com/see7e/CPQD_private-networks-5g
branch = main
# Projects
[submodule "TranslateGPT"]
path = Projects/TranslateGPT
url = https://github.com/see7e/TranslateGPT
branch = main
# [submodule "42-codespace-builder"] # archived
# path = Projects/42-codespace-builder
# url = https://github.com/see7e/42-codespace-builder
# branch = main
# [submodule "aoc_2023"] # archived
# path = Projects/aoc-2023
# url = https://github.com/see7e/aoc-2023.git
# branch = main
[submodule "django_company-modules"]
path = Projects/django_company-modules
url = https://github.com/see7e/django_company-modules
branch = main
[submodule ".Dotfiles"]
path = Projects/.dotfiles
url = https://github.com/see7e/.dotfiles
branch = main
[submodule "light-QGIS-plugin-repo"]
path = Projects/light-QGIS-plugin-repo
url = https://github.com/see7e/light-QGIS-plugin-repo
branch = main
[submodule "Leetcode"]
path = Projects/leetcode
url = https://github.com/see7e/leetcode.git
branch = main