1
0
Fork 0
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:
Marek Chowaniok 2017-12-11 22:32:00 +01:00
parent ad8b796c98
commit eb5661867a

19
pages/common/mr.md Normal file
View 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`