1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 19:35:27 +02:00

mr: add page (#1785)

This commit is contained in:
Starbeamrainbowlabs 2017-12-20 12:06:37 +00:00 committed by GitHub
commit 83472d0d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
pages/common/mr.md Normal file
View file

@ -0,0 +1,19 @@
# 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`