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

21 lines
352 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.
2019-06-04 10:25:20 +01:00
> More information: <https://myrepos.branchable.com>.
2017-12-11 22:32:00 +01:00
2017-12-20 11:03:29 +01:00
- Register a repository:
2017-12-11 22:32:00 +01:00
`mr register`
2017-12-20 11:03:29 +01:00
- Update repositories in 5 concurent jobs:
2017-12-11 22:32:00 +01:00
2017-12-12 10:45:33 +01:00
`mr -j{{5}} update`
2017-12-11 22:32:00 +01:00
2017-12-20 11:03:29 +01:00
- Print the status of all repositories:
2017-12-11 22:32:00 +01:00
`mr status`
2017-12-20 11:03:29 +01:00
- Checkout all repositories to the latest version:
2017-12-12 10:45:33 +01:00
`mr checkout`