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've just write a script to execute recursively on multiple git repositories. You can grab it from here:
https://github.com/DariuszOstolski/rgit
The idea is exactly the same as in clustergit but implementation differs.