Re: [PATCH v2] submodule: Allow tracking of the newest revision of a branch in a submodule
From: Junio C Hamano <hidden> Date: 2016-06-15 22:45:45
Fabian Franz [off-list ref] writes:
So my workflow really is:
git checkout master # done long before
[...]
git checkout staging
# => in submodules/client/
# Checked out submodules/client/ staging.
# => in submodules/client/component1/
# Checked out submodules/client/component/1 staging.
So I would like to have this recursively...
Didn't we add foreach subcommand to the submodule command?