tldr/pages/common/mr.md

20 lines
298 B
Markdown
Raw Normal View History

2017-12-11 21:32:00 +00:00
# mr
2017-12-12 09:45:33 +00:00
> Myrepos manages all your version control repositories at once.
2017-12-11 21:32:00 +00:00
2017-12-20 10:03:29 +00:00
- Register a repository:
2017-12-11 21:32:00 +00:00
`mr register`
2017-12-20 10:03:29 +00:00
- Update repositories in 5 concurent jobs:
2017-12-11 21:32:00 +00:00
2017-12-12 09:45:33 +00:00
`mr -j{{5}} update`
2017-12-11 21:32:00 +00:00
2017-12-20 10:03:29 +00:00
- Print the status of all repositories:
2017-12-11 21:32:00 +00:00
`mr status`
2017-12-20 10:03:29 +00:00
- Checkout all repositories to the latest version:
2017-12-12 09:45:33 +00:00
`mr checkout`