LinuxCommandLibrary

mr

mr

TLDR

Register a repository

$ mr register
copy


Update repositories in 5 concurrent jobs
$ mr -j[5] update
copy


Print the status of all repositories
$ mr status
copy


Checkout all repositories to the latest version
$ mr checkout
copy

Copied to clipboard