😺

Gitサブモジュールについて

に公開

サブモジュールの追加

git submodule add <submodule-repository-url> <directory>

サブモジュールの更新

git submodule update --remote

サブモジュールを初期化して更新

git submodule update --init --recursive
GitHubで編集を提案

Discussion