mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
272 B
272 B
mr
Myrepos manages all your version control repositories at once.
- Register repository:
mr register
- Update repository in 5 concurent jobs:
mr -j{{5}} update
- Prints statuses of all repos:
mr status
- Checkout repos to latest version:
mr checkout