mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
352 B
352 B
mr
Myrepos manages all your version control repositories at once. More information: https://myrepos.branchable.com.
- 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