回答編集履歴
1
追記
answer
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
```
|
2
2
|
git submodule init
|
3
3
|
git submodule update
|
4
|
-
```
|
4
|
+
```
|
5
|
+
|
6
|
+
参考
|
7
|
+
[http://transitive.info/article/git/command/submodule/#git-submodule-4](http://transitive.info/article/git/command/submodule/#git-submodule-4)
|