I have a git repository that contains other git repositories. Are there commands that recursively push and/or pull for not only the meta-repository but the sub-repositories?
I needed this a while back and made a cli available through npm. https://github.com/kenglxn/gitr/blob/master/README.md
Just do "npm install -g gitr" and then you can do any git command recursively by using gitr.