mr: add page (#1785)

coverage
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
1 changed files with 19 additions and 0 deletions

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`