mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
298 B
298 B
mr
Myrepos manages all your version control repositories at once.
- Register a repository:
mr register
- Update repositories in 5 concurent jobs:
mr -j{{5}} update
- Print the status of all repositories:
mr status
- Checkout all repositories to the latest version:
mr checkout