tldr/pages/common/mr.md

21 lines
347 B
Markdown
Raw Normal View History

2017-12-11 21:32:00 +00:00
# mr
> Manage all of your version control repositories at once.
2019-06-04 10:25:20 +01:00
> More information: <https://myrepos.branchable.com>.
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`
2020-12-04 12:37:44 +00:00
- Update repositories in 5 concurrent 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`