1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/mr.md

20 lines
270 B
Markdown
Raw Normal View History

2017-12-11 22:32:00 +01:00
# mr
2017-12-12 10:45:33 +01:00
> Myrepos manages all your version control repositories at once.
2017-12-11 22:32:00 +01:00
- Register repository:
`mr register`
- Update repository in 5 concurent jobs:
2017-12-12 10:45:33 +01:00
`mr -j{{5}} update`
2017-12-11 22:32:00 +01:00
2017-12-12 10:48:41 +01:00
- Print statuses of all repos:
2017-12-11 22:32:00 +01:00
`mr status`
2017-12-12 10:45:33 +01:00
- Checkout repos to latest version:
`mr checkout`