I want to note all the submodules of my project. I tried to do this with:
git submodule foreach git tag tagName
... but he just returns without errors, doing nothing.
Edit: here are the results of my attempt:

Can someone tell me how to mark all submodules correctly?
Note: this is a very similar question to this post , but the answer to this question suggested relying on sub-module links in a super project. However, I actually like the tag in the submodule repository.
source
share