mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 11:35:24 +02:00
mr: add page
This commit is contained in:
parent
ad8b796c98
commit
eb5661867a
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 repository:
|
||||
|
||||
`mr register`
|
||||
|
||||
- Update repository in 5 concurent jobs:
|
||||
|
||||
`mr -j5 update`
|
||||
|
||||
- Prints status of my repos:
|
||||
|
||||
`mr status`
|
||||
|
||||
- Checkout my repos to latest version:
|
||||
|
||||
`mr checkout`
|
Loading…
Add table
Reference in a new issue