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:
commit
83472d0d1f
1 changed files with 19 additions and 0 deletions
19
pages/common/mr.md
Normal file
19
pages/common/mr.md
Normal 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`
|
Loading…
Add table
Reference in a new issue