Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 340 Bytes

MRU

M(ultiple) R(epositories) U(pdater)

Simple command line application for updating all git repositories in a provided directory.

Usage

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>