git submodule update 的方法

有的時候如果拉別人的 git repo 下來研究,會發現 git clone 下來的 code,submodule 的資料夾是空的。這個時候你要先 submodule init, 然後再執行 update,這樣他就會把資料 download 下來了。

指令

git submodule update --init --recursive

延伸閱讀:

Git Submodule 介紹與使用

Git Submodule 用法筆記

Share Comments
comments powered by Disqus