Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、親プロジェクトにいくつかのサブモジュールがあります。サブモジュールの 1 つが最近変更されたかどうかを確認するにはどうすればよいですか?
git submodule foreach git pull origin master
サブモジュールは、ネストされた git リポジトリにすぎません。
このコマンドを試してください。テストするサブモジュールを含むリポジトリがありません。
git submodule foreach 'echo $path `git status`'
git pull --recurse-submodules=yes