LoginSignup
8
6

More than 5 years have passed since last update.

【GIT】recursiveをつけずにcloneした後に、平和にsubmoduleをcloneする方法

Posted at

親プロジェクト内で、サブモジュールを使っていて、
新しくcloneした際に、recursiveオプションを付け忘れてしまったときのTIPS。

親プロジェクト直下で、

git submodule update --init --recursive

を実行すればOK

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6