Skip to content

Commit 8cc8370

Browse files
committed
Added submodules located in public/ to .gitmodules
1 parent 120db7d commit 8cc8370

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Diff for: .gitmodules

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[submodule "themes/osprey"]
2-
path = themes/osprey
3-
url = https://github.com/tomanistor/osprey.git
2+
path = themes/osprey
3+
url = https://github.com/tomanistor/osprey.git
44
[submodule "static/octodrummer"]
5-
path = static/octodrummer
6-
url = https://github.com/tomanistor/octodrummer.git
5+
path = static/octodrummer
6+
url = https://github.com/tomanistor/octodrummer.git
77
[submodule "static/to-do-list"]
8-
path = static/to-do-list
9-
url = https://github.com/tomanistor/vuejs-todo.git
8+
path = static/to-do-list
9+
url = https://github.com/tomanistor/vuejs-todo.git
10+
[submodule "public/octodrummer"]
11+
path = public/octodrummer
12+
url = https://github.com/tomanistor/octodrummer.git
13+
[submodule "public/to-do-list"]
14+
path = public/to-do-list
15+
url = https://github.com/tomanistor/vuejs-todo.git

0 commit comments

Comments
 (0)