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 48
48
To sync repositories, use ` minima sync ` .
49
49
50
50
To search for new MU repositories, use ` minima updates -s ` .
51
+
51
52
To search and sync automatically all the new MU repositories:
52
53
use ` minima updates ` .
53
54
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
+ ```
54
70
55
71
## How to contribute
56
72
You can’t perform that action at this time.
0 commit comments