Simple command line application for updating all git repositories in a provided directory.
to run the update across all git repositories in a tree, run:
mru .
You can also provide the specific path to the root folder containing all your git repositories:
mru <path>