forked from Chalarangelo/30-seconds-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
35 lines (35 loc) · 1.08 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
[submodule "content/sources/30python"]
path = content/sources/30python
url = https://github.com/30-seconds/30-seconds-of-python
branch = master
update = checkout
[submodule "content/sources/30code"]
path = content/sources/30code
url = https://github.com/30-seconds/30-seconds-of-code
branch = master
update = checkout
[submodule "content/sources/30css"]
path = content/sources/30css
url = https://github.com/30-seconds/30-seconds-of-css
branch = master
update = checkout
[submodule "content/sources/30react"]
path = content/sources/30react
url = https://github.com/30-seconds/30-seconds-of-react
branch = master
update = checkout
[submodule "content/sources/30blog"]
path = content/sources/30blog
url = https://github.com/30-seconds/30-seconds-blog
branch = master
update = checkout
[submodule "content/configs"]
path = content/configs
url = https://github.com/30-seconds/30-seconds-content
branch = master
update = checkout
[submodule "content/sources/30git"]
path = content/sources/30git
url = https://github.com/30-seconds/30-seconds-of-git
branch = master
update = checkout