File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 4848To sync repositories, use ` minima sync ` .
4949
5050To search for new MU repositories, use ` minima updates -s ` .
51+
5152To search and sync automatically all the new MU repositories:
5253use ` minima updates ` .
5354
55+ To cleanup obsolete repositories, use ` --cleanup ` option. It should be ran whether with
56+ sync or updates accordingly:
57+ ```
58+ ./minima sync --cleanup
59+ ```
60+ or
61+ ```
62+ ./minima updates --cleanup
63+ ```
64+ If a repository that is not specified in the minima.yaml config file will be identified,
65+ you will be prompted to keep or delete it. If you want to automatically delete all the
66+ repositories that are not specified in minima.yaml, run:
67+ ```
68+ ./minima sync --cleanup --auto-approve
69+ ```
5470
5571## How to contribute
5672
You can’t perform that action at this time.
0 commit comments