submoduleのディレクトリに入ってブランチを切り替えてから、コミットするだけでした。 $ git submodule status xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx foo (heads/master) yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy bar (heads/master) ってなってて、barの方をdevelopに変えたいとする。 $ cd bar $ git checkout develop Previous HEAD position was aaaaaaa... コメント Branch develop set up to track remote branch develop from origin. Switched to a new branch 'develop' これでba