2017-12-11 22:32:00 +01:00
|
|
|
# mr
|
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
> 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 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`
|
|
|
|
|
2020-12-04 07:37:44 -05:00
|
|
|
- Update repositories in 5 concurrent 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`
|